bug修改 - 提现界面总金额需要加粗显示,看着有点不太清楚
This commit is contained in:
parent
2d3326a00e
commit
63e867ad72
|
|
@ -94,6 +94,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="21sp"
|
android:textSize="21sp"
|
||||||
android:textColor="@color/yellow_46"
|
android:textColor="@color/yellow_46"
|
||||||
|
android:textStyle="bold"
|
||||||
android:text="@string/cash"
|
android:text="@string/cash"
|
||||||
android:layout_marginStart="5dp"
|
android:layout_marginStart="5dp"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue