This commit is contained in:
hch 2024-01-26 10:18:58 +08:00
parent 1aa6cb8f55
commit e7ef492015
3 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="6dp" />
<gradient
android:endColor="#E0E1E6"
android:startColor="#E0E1E6"
android:type="linear" />
</shape>

View File

@ -10,6 +10,7 @@
android:id="@+id/avatar"
android:layout_width="55dp"
android:layout_height="55dp"
android:background="@drawable/bg_sys_svga"
android:scaleType="centerCrop"
app:riv_oval="true" />

View File

@ -15,8 +15,8 @@
<LinearLayout
android:id="@+id/back"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_width="66dp"
android:layout_height="26dp"
android:layout_alignParentRight="true"
android:layout_marginTop="50dp"
android:background="@drawable/background_community_video"