40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="18dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<FrameLayout
|
|
android:layout_width="52dp"
|
|
android:layout_height="52dp"
|
|
android:layout_marginStart="20dp">
|
|
|
|
<com.yunbao.common.views.weight.ClipPathCircleImage
|
|
android:id="@+id/avatar"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:layout_gravity="center"
|
|
android:scaleType="centerCrop" />
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/avatar_svaga"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
</FrameLayout>
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/user_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="12.33dp"
|
|
android:text="@string/noble"
|
|
android:textColor="#222324"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
</LinearLayout> |