Commit 4ed83465 authored by 张释方's avatar 张释方

优化Ui1.1

parent f4d6a04f
......@@ -23,7 +23,7 @@
<TextView
android:id="@+id/tv_days"
android:layout_width="wrap_content"
android:layout_height="24dp"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:textStyle="bold"
android:textSize="17sp"/>
......@@ -31,7 +31,7 @@
<TextView
android:id="@+id/tv_price"
android:layout_width="wrap_content"
android:layout_height="35dp"
android:layout_height="wrap_content"
android:textColor="#FF5722"
android:textSize="30sp"
android:textStyle="bold" />
......@@ -39,7 +39,7 @@
<TextView
android:id="@+id/tv_oldprice"
android:layout_width="wrap_content"
android:layout_height="17dp"
android:layout_height="wrap_content"
android:textColor="#25000000"
android:layout_marginTop="3dp"
android:textSize="10dp" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment