adress_item.xml 1.64 KB
<?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>