Browse Source

no message

master
lh 7 years ago
parent
commit
0241ec41ef
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/src/main/res/layout/item_threetype.xml

+ 3
- 0
app/src/main/res/layout/item_threetype.xml View File

@ -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>


Loading…
Cancel
Save