删除老的用户等级主播等级的图标
This commit is contained in:
@@ -56,23 +56,24 @@
|
||||
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="55dp"
|
||||
android:layout_height="19dp">
|
||||
android:layout_width="30dp"
|
||||
android:layout_marginStart="5dp"
|
||||
android:layout_height="15dp">
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/level_anchor"
|
||||
android:layout_width="55dp"
|
||||
android:layout_height="19dp" />
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="15dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/leave"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="28dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="10sp"
|
||||
android:textSize="8sp"
|
||||
android:textStyle="bold" />
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user