|
|
|
@ -11,7 +11,7 @@ |
|
|
|
android:id="@+id/item1" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="5" |
|
|
|
android:layout_weight="6" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ |
|
|
|
android:id="@+id/item2" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="5" |
|
|
|
android:layout_weight="6" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
android:id="@+id/item3" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="6" |
|
|
|
android:layout_weight="7" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
@ -35,7 +35,7 @@ |
|
|
|
android:id="@+id/item4" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="6" |
|
|
|
android:layout_weight="7" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|