aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialog_user_detail.xml194
1 files changed, 97 insertions, 97 deletions
diff --git a/res/layout/dialog_user_detail.xml b/res/layout/dialog_user_detail.xml
index a0dfaec5..85e7af34 100644
--- a/res/layout/dialog_user_detail.xml
+++ b/res/layout/dialog_user_detail.xml
@@ -36,103 +36,6 @@
android:layout_height="match_parent"
android:orientation="vertical">
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <com.android.volley.toolbox.NetworkImageView
- android:id="@+id/imageview_user_detail_header"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:scaleType="fitCenter"
- android:layout_gravity="top"/>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:orientation="vertical"
- android:paddingTop="10dp"
- android:paddingBottom="10dp"
- android:gravity="center_horizontal"
- android:background="#a018181a">
-
- <com.android.volley.toolbox.NetworkImageView
- android:id="@+id/imageview_user_detail_icon"
- android:layout_width="72dp"
- android:layout_height="72dp"
- android:layout_margin="5dp"
- android:background="@android:color/background_light"
- android:clickable="true"/>
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:gravity="center_horizontal"
- android:padding="5dp">
-
- <TextView
- android:id="@+id/textview_user_detail_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="name"
- android:textColor="@android:color/background_light"
- android:textSize="20dp"/>
-
- <TextView
- android:id="@+id/textview_user_detail_screenname"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="screen_name"
- android:textColor="@android:color/holo_blue_light"
- android:textSize="16dp"
- android:clickable="true"/>
-
- <TextView
- android:id="@+id/textview_user_detail_locate"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:text="locate"
- android:textColor="@android:color/background_light"/>
-
- <TextView
- android:id="@+id/textview_user_detail_url"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:text="url"
- android:autoLink="web"/>
- </LinearLayout>
-
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|bottom"
- android:paddingBottom="10dp"
- android:orientation="vertical"
- android:gravity="right">
-
- <ImageView
- android:id="@+id/imageview_user_detail_menu"
- android:layout_width="45dp"
- android:layout_height="45dp"
- android:src="@drawable/icon_row_w"
- style="?attr/custom_button_transparent"
- android:clickable="true"
- android:contentDescription=""/>
- </LinearLayout>
-
- </FrameLayout>
-
- <FrameLayout
- android:layout_width="fill_parent"
- android:layout_height="1px"
- android:background="?attr/color_list_divider"/>
-
<TabWidget
android:id="@android:id/tabs"
android:layout_width="match_parent"
@@ -153,6 +56,103 @@
android:layout_height="wrap_content"
android:orientation="vertical">
+ <FrameLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content">
+
+ <com.android.volley.toolbox.NetworkImageView
+ android:id="@+id/imageview_user_detail_header"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:scaleType="fitCenter"
+ android:layout_gravity="top"/>
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal"
+ android:orientation="vertical"
+ android:paddingTop="10dp"
+ android:paddingBottom="10dp"
+ android:gravity="center_horizontal"
+ android:background="#a018181a">
+
+ <com.android.volley.toolbox.NetworkImageView
+ android:id="@+id/imageview_user_detail_icon"
+ android:layout_width="72dp"
+ android:layout_height="72dp"
+ android:layout_margin="5dp"
+ android:background="@android:color/background_light"
+ android:clickable="true"/>
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:gravity="center_horizontal"
+ android:padding="5dp">
+
+ <TextView
+ android:id="@+id/textview_user_detail_name"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="name"
+ android:textColor="@android:color/background_light"
+ android:textSize="20dp"/>
+
+ <TextView
+ android:id="@+id/textview_user_detail_screenname"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="screen_name"
+ android:textColor="@android:color/holo_blue_light"
+ android:textSize="16dp"
+ android:clickable="true"/>
+
+ <TextView
+ android:id="@+id/textview_user_detail_locate"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="center"
+ android:text="locate"
+ android:textColor="@android:color/background_light"/>
+
+ <TextView
+ android:id="@+id/textview_user_detail_url"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="center"
+ android:text="url"
+ android:autoLink="web"/>
+ </LinearLayout>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="right|bottom"
+ android:paddingBottom="10dp"
+ android:orientation="vertical"
+ android:gravity="right">
+
+ <ImageView
+ android:id="@+id/imageview_user_detail_menu"
+ android:layout_width="45dp"
+ android:layout_height="45dp"
+ android:src="@drawable/icon_row_w"
+ style="?attr/custom_button_transparent"
+ android:clickable="true"
+ android:contentDescription=""/>
+ </LinearLayout>
+
+ </FrameLayout>
+
+ <FrameLayout
+ android:layout_width="fill_parent"
+ android:layout_height="1px"
+ android:background="?attr/color_list_divider"/>
+
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"