|
|
@@ -33,10 +33,20 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/my_friend_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:layout_marginTop="7dp">
|
|
|
+ style="@style/IMTbleLine">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_zone"
|
|
|
@@ -69,10 +79,20 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/rl_uas_sys"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:layout_marginTop="7dp">
|
|
|
+ style="@style/IMTbleLine">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -95,10 +115,20 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/setting_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:layout_marginTop="7dp">
|
|
|
+ style="@style/IMTbleLine">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -121,10 +151,14 @@
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/goods_find"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:layout_marginTop="1dp">
|
|
|
+ style="@style/IMTbleLine">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -146,6 +180,11 @@
|
|
|
android:background="@drawable/set_list_next"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/item_line" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
</ScrollView>
|