6.5.4礼物栏优化

This commit is contained in:
18401019693
2023-07-25 14:08:52 +08:00
parent 3376a57f9d
commit 0646f245b6
71 changed files with 3705 additions and 104 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="26dp">
<TextView
android:id="@+id/custom_quantity"
android:layout_width="match_parent"
android:layout_height="26dp"
android:clickable="true"
android:focusable="true"
android:gravity="center"
android:text="@string/custom_quantity"
android:textColor="#FFFFFF"
android:textSize="14sp" />
</LinearLayout>