48 lines
1.6 KiB
XML
48 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/enter_room_bg"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="24dp"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/enter_room_leave2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="2dp"
|
|
android:layout_marginBottom="2dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginStart="3dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/image_view"
|
|
android:layout_width="18dp"
|
|
android:layout_height="18dp"
|
|
android:scaleType="centerCrop" />
|
|
|
|
<com.yunbao.common.views.weight.ClipPathCircleImage
|
|
android:id="@+id/image_avatar"
|
|
android:layout_width="12dp"
|
|
android:layout_height="12dp"
|
|
android:layout_marginStart="4dp"
|
|
android:scaleType="centerCrop" />
|
|
|
|
<TextView
|
|
android:id="@+id/user_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="4dp"
|
|
android:layout_marginEnd="6dp"
|
|
android:text="@string/come_hint"
|
|
android:textColor="#fff"
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
|
|
|
|
</FrameLayout> |