|
|
@@ -1,137 +1,147 @@
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
-android:layout_width="match_parent"
|
|
|
-android:layout_height="match_parent"
|
|
|
-android:background="@color/normal_bg">
|
|
|
-
|
|
|
-<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:padding="9dp">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_data_rl"
|
|
|
- style="@style/IMTbleLine">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/set_resume"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="我的关注"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/my_friend_rl"
|
|
|
- android:layout_marginTop="9dp"
|
|
|
- style="@style/IMTbleLine_UP">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/set_fans"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="我的朋友圈"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/rl_uas_sys"
|
|
|
- android:layout_marginTop="9dp"
|
|
|
- style="@style/IMTbleLine">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/set_video"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="我的UAS"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/setting_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:layout_marginTop="9dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/title_set"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="优软商务"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/goods_find"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:layout_marginTop="9dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:drawableLeft="@drawable/title_set"
|
|
|
- android:drawablePadding="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="商品查询"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/set_list_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
-</LinearLayout>
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/normal_bg">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:padding="9dp">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/my_data_rl"
|
|
|
+ style="@style/IMTbleLine">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/set_resume"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="我的关注"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/set_list_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/my_friend_rl"
|
|
|
+ style="@style/IMTbleLine_UP"
|
|
|
+ android:layout_marginTop="9dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_zone"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/set_fans"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="我的朋友圈"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_remain"
|
|
|
+ android:layout_width="15dp"
|
|
|
+ android:layout_height="15dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@+id/tv_zone"
|
|
|
+ android:src="@drawable/tab_unread_bg"
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/set_list_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_uas_sys"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:layout_marginTop="9dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/set_video"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="我的UAS"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/set_list_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/setting_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:layout_marginTop="9dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/title_set"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="优软商务"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/set_list_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/goods_find"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:layout_marginTop="9dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:drawableLeft="@drawable/title_set"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="商品查询"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/set_list_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</ScrollView>
|