60 lines
1.9 KiB
XML
60 lines
1.9 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:layout_width="38dp"
|
|
android:layout_height="wrap_content"
|
|
>
|
|
|
|
<!-- <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_centerVertical="true"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:scaleType="centerCrop"
|
|
app:riv_oval="true"
|
|
android:src="@drawable/m_chu_xia"/>
|
|
|
|
|
|
<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_alignParentBottom="true"
|
|
android:layout_alignParentRight="true"
|
|
android:visibility="gone"/>
|
|
|
|
<ImageView
|
|
android:id="@+id/guard_icon"
|
|
android:layout_width="17dp"
|
|
android:layout_height="17dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentRight="true"
|
|
android:visibility="gone"/>
|
|
</RelativeLayout> |