adress_item.xml
1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp76"
android:background="@color/res_color_common_C8"
android:gravity="center_vertical"
android:orientation="vertical">
<LinearLayout
android:id="@+id/item"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:orientation="vertical">
<TextView
android:id="@+id/location"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/rmrb_dp16"
android:text=""
android:textColor="@color/res_color_general_333333"
android:textSize="@dimen/rmrb_dp16"
tools:text="庐阳区"/>
<TextView
android:id="@+id/adress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/rmrb_dp16"
android:layout_marginTop="@dimen/rmrb_dp2"
android:text=""
android:textColor="@color/res_color_common_C3"
android:textSize="@dimen/rmrb_dp14"
tools:text="合肥市庐阳区"/>
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp1"
android:layout_marginLeft="@dimen/rmrb_dp16"
android:background="@color/res_color_common_C7"/>
</LinearLayout>