116 lines
3.8 KiB
XML
116 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="70dp"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="69dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<RelativeLayout
|
|
android:layout_width="65dp"
|
|
android:layout_height="65dp"
|
|
android:layout_marginLeft="27dp"
|
|
android:gravity="center">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_centerInParent="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="65dp"
|
|
android:layout_height="65dp"
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerInParent="true"
|
|
android:scaleType="centerCrop"
|
|
app:autoPlay="true"/>
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="20dp"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:id="@+id/name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="用户名称"
|
|
android:textColor="#F6F7FB"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/noble"
|
|
android:layout_width="20dp"
|
|
android:layout_marginLeft="5dp"
|
|
android:visibility="gone"
|
|
android:layout_height="20dp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="5dp"
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
android:id="@+id/sex"
|
|
android:layout_width="18dp"
|
|
android:layout_height="15dp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/level"
|
|
android:layout_width="30dp"
|
|
android:layout_height="15dp"
|
|
android:layout_marginLeft="5dp" />
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout> |