|
|
|
@ -0,0 +1,46 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:paddingBottom="@dimen/dp_6" |
|
|
|
android:paddingTop="@dimen/dp_6"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/item1" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="3" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/item2" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="2" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/item3" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="3" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
</LinearLayout> |