|
|
@ -1,21 +1,22 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
android:orientation="vertical" |
|
|
|
|
|
android:id="@+id/main_ll" |
|
|
android:id="@+id/main_ll" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:paddingLeft="@dimen/dp_20" |
|
|
|
|
|
android:paddingTop="@dimen/dp_6" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:paddingTop="@dimen/dp_8"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/item1" |
|
|
android:id="@+id/item1" |
|
|
android:layout_width="0dp" |
|
|
android:layout_width="0dp" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_weight="1" |
|
|
android:layout_weight="1" |
|
|
|
|
|
android:gravity="center_horizontal" |
|
|
android:textColor="@color/black303030" |
|
|
android:textColor="@color/black303030" |
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
@ -24,15 +25,17 @@ |
|
|
android:layout_width="0dp" |
|
|
android:layout_width="0dp" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_weight="1" |
|
|
android:layout_weight="1" |
|
|
|
|
|
android:gravity="center_horizontal" |
|
|
android:textColor="@color/black303030" |
|
|
android:textColor="@color/black303030" |
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_marginTop="@dimen/dp_3" |
|
|
|
|
|
android:id="@+id/secondContent" |
|
|
android:id="@+id/secondContent" |
|
|
android:orientation="vertical" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="@dimen/dp_3" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|