界面修改

This commit is contained in:
18401019693
2022-08-18 16:23:49 +08:00
parent b98e3a874a
commit f8ea294d6d
10 changed files with 72 additions and 7 deletions

View File

@@ -38,4 +38,29 @@
android:src="@mipmap/special_icon_off" />
</FrameLayout>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="24dp"
android:layout_marginBottom="21dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:text="@string/shield_mount_effect"
android:textColor="#FF9A9A9A"
android:textSize="15sp" />
<ImageView
android:id="@+id/special_mount_switch"
android:layout_width="40.8dp"
android:layout_height="24.8dp"
android:layout_gravity="end|center_vertical"
android:src="@mipmap/special_icon_off" />
</FrameLayout>
</LinearLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -879,4 +879,5 @@
<string name="basic_tools">基础工具</string>
<string name="effects_settings">特效設置</string>
<string name="shield_gift_effect">屏蔽礼物特效</string>
<string name="shield_mount_effect">屏蔽坐骑特效</string>
</resources>