不准备改了 打包
This commit is contained in:
7
common/src/main/res/drawable/bg_f2edd7_10.xml
Normal file
7
common/src/main/res/drawable/bg_f2edd7_10.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners
|
||||
android:radius="10dp"/>
|
||||
<solid android:color="#FFF" />
|
||||
</shape>
|
||||
@@ -6,9 +6,9 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:background="@mipmap/background_home_sud_game_list">
|
||||
android:background="@drawable/bg_f2edd7_10">
|
||||
|
||||
<com.makeramen.roundedimageview.RoundedImageView
|
||||
android:id="@+id/avatar"
|
||||
|
||||
Reference in New Issue
Block a user