60 lines
2.0 KiB
XML
60 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/live_user_root_layout"
|
|
android:layout_width="38dp"
|
|
android:layout_marginEnd="3dp"
|
|
android:layout_height="38dp">
|
|
|
|
<!-- <ImageView-->
|
|
<!-- android:id="@+id/wrap"-->
|
|
<!-- android:layout_width="32dp"-->
|
|
<!-- android:layout_height="44dp"-->
|
|
<!-- android:layout_alignParentBottom="true"-->
|
|
<!-- android:scaleType="fitXY"-->
|
|
<!-- android:layout_marginBottom="1dp"-->
|
|
<!-- android:src="@mipmap/icon_live_user_list_1"/>-->
|
|
|
|
<RelativeLayout
|
|
android:layout_width="38dp"
|
|
android:layout_height="38dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:scaleType="centerCrop">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar"
|
|
android:layout_width="27dp"
|
|
android:layout_height="27dp"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:scaleType="centerCrop"
|
|
android:src="@drawable/m_chu_xia"
|
|
app:riv_oval="true" />
|
|
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/gift_svga"
|
|
android:layout_width="38dp"
|
|
android:layout_height="38dp"
|
|
app:autoPlay="true" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<ImageView
|
|
android:id="@+id/icon"
|
|
android:layout_width="16dp"
|
|
android:layout_height="16dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/guard_icon"
|
|
android:layout_width="17dp"
|
|
android:layout_height="17dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:visibility="gone" />
|
|
</RelativeLayout> |