修改中英文
This commit is contained in:
parent
867029fa3a
commit
fc2d700a31
@ -152,7 +152,7 @@
|
||||
|
||||
<com.yunbao.common.views.weight.MarqueeTextView
|
||||
android:id="@+id/guard_coin_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="10dp"
|
||||
@ -167,7 +167,8 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/guard_coin"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="200dp"
|
||||
android:singleLine="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="10dp"
|
||||
@ -179,8 +180,9 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/guard_btn_buy"
|
||||
android:layout_width="110dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_width="112dp"
|
||||
android:padding="5dp"
|
||||
android:layout_height="32dp"
|
||||
android:singleLine="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
|
Loading…
Reference in New Issue
Block a user