|
|
@@ -0,0 +1,84 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="48dp"
|
|
|
+ android:background="#EEEEEE"
|
|
|
+ >
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/umeng_socialize_title_bar_leftBt"
|
|
|
+ android:layout_width="28dp"
|
|
|
+ android:layout_height="28dp"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:background="@drawable/umeng_socialize_title_back_bt"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:textColor="#ffffff"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/umeng_socialize_title_bar_middleTv"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="fill_parent"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="@string/umeng_socialize_comment"
|
|
|
+ android:textColor="@color/umeng_socialize_text_title"
|
|
|
+ android:textSize="20sp" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/umeng_socialize_title_bar_middle_tab"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="fill_parent"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:visibility="gone" >
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/umeng_socialize_title_middle_left"
|
|
|
+ android:layout_width="98dp"
|
|
|
+ android:layout_height="fill_parent"
|
|
|
+
|
|
|
+ android:text="@string/umeng_socialize_near_At"
|
|
|
+ android:textColor="#ffffff"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/umeng_socialize_title_middle_right"
|
|
|
+ android:layout_width="98dp"
|
|
|
+ android:layout_height="fill_parent"
|
|
|
+ android:layout_toRightOf="@id/umeng_socialize_title_middle_left"
|
|
|
+
|
|
|
+ android:text="@string/umeng_socialize_friends"
|
|
|
+ android:textColor="#ffffff"
|
|
|
+ android:textSize="12sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="48dp"
|
|
|
+ android:layout_height="fill_parent"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:gravity="center_horizontal" >
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/umeng_socialize_title_bar_rightBt"
|
|
|
+ android:layout_width="28dp"
|
|
|
+ android:layout_height="28dp"
|
|
|
+ android:background="@drawable/umeng_socialize_title_right_bt"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:textColor="#ffffff"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <ProgressBar
|
|
|
+ android:id="@+id/umeng_socialize_title_bar_rightBt_progress"
|
|
|
+ android:layout_width="25dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:visibility="gone"/>
|
|
|
+ </RelativeLayout>
|
|
|
+ <TextView
|
|
|
+ style="@style/umeng_socialize_divider"
|
|
|
+ android:layout_alignParentBottom="true"/>
|
|
|
+</RelativeLayout>
|