|
|
|
@ -9,6 +9,7 @@ |
|
|
|
<TextView |
|
|
|
android:id="@+id/item_three_yangzhichang" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:paddingLeft="@dimen/dp_5" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
@ -22,6 +23,7 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:paddingLeft="@dimen/dp_5" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
@ -30,6 +32,7 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:paddingLeft="@dimen/dp_20" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
</LinearLayout> |
|
|
|
|