调整UI
This commit is contained in:
parent
1aa6cb8f55
commit
e7ef492015
8
common/src/main/res/drawable/bg_sys_svga.xml
Normal file
8
common/src/main/res/drawable/bg_sys_svga.xml
Normal 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>
|
@ -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" />
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user