修改UI
This commit is contained in:
@@ -26,26 +26,26 @@
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/btn_confirm"
|
||||
android:id="@+id/btn_cancel"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="35dp"
|
||||
android:background="@mipmap/icon_del_sys_confirm"
|
||||
android:gravity="center"
|
||||
android:paddingBottom="2dp"
|
||||
android:text="@string/confirm"
|
||||
android:text="@string/sys_msg_cancel"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/btn_cancel"
|
||||
android:id="@+id/btn_confirm"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_marginLeft="30dp"
|
||||
android:background="@mipmap/icon_del_sys_cancel"
|
||||
android:gravity="center"
|
||||
android:paddingBottom="2dp"
|
||||
android:text="@string/cancel"
|
||||
android:text="@string/confirm"
|
||||
android:textColor="@color/yellow_ff6c00"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
@@ -1445,4 +1445,6 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="game_review_view_information">Information</string>
|
||||
<string name="game_review_view_unmute">Unmute</string>
|
||||
<string name="game_review_view_sound_off">Mute</string>
|
||||
|
||||
<string name="sys_msg_cancel">Cancel</string>
|
||||
</resources>
|
||||
|
||||
@@ -1444,4 +1444,5 @@
|
||||
|
||||
<string name="main_suspension_war_order">直播通行證</string>
|
||||
|
||||
<string name="sys_msg_cancel">取消</string>
|
||||
</resources>
|
||||
|
||||
@@ -1443,4 +1443,6 @@
|
||||
|
||||
<string name="main_suspension_war_order">直播通行證</string>
|
||||
|
||||
<string name="sys_msg_cancel">取消</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1440,4 +1440,6 @@
|
||||
|
||||
<string name="main_suspension_war_order">直播通行證</string>
|
||||
|
||||
<string name="sys_msg_cancel">取消</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1449,4 +1449,6 @@ Limited ride And limited avatar frame</string>
|
||||
|
||||
<string name="main_suspension_war_order">BattlePass</string>
|
||||
|
||||
<string name="sys_msg_cancel">Cancel</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user