修改主播等级

This commit is contained in:
18401019693
2022-11-01 14:46:06 +08:00
parent a2fef0990a
commit 6841f47ac3
13 changed files with 201 additions and 96 deletions

View File

@@ -92,10 +92,17 @@
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginEnd="5dp"
android:layout_weight="1"
android:gravity="right">
@@ -107,7 +114,7 @@
android:gravity="center"
android:textColor="@color/white"
android:textSize="10dp"
android:visibility="gone" />
android:visibility="visible" />
</LinearLayout>
<LinearLayout