不准备改了 打包

This commit is contained in:
ningwenqiang
2024-11-01 21:10:27 +08:00
parent 0e74652f41
commit 09abde0c8e
6 changed files with 26 additions and 7 deletions

View 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>

View File

@@ -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"