This commit is contained in:
hch 2024-01-26 17:04:03 +08:00
parent aef0435b93
commit 85b4facfe8
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -2,8 +2,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="100dp" android:layout_width="100dp"
android:layout_height="170dp" android:layout_height="180dp"
android:gravity="center_horizontal|top" android:gravity="center_horizontal|top"
android:paddingTop="10dp"
android:orientation="vertical" android:orientation="vertical"
android:paddingEnd="5dp"> android:paddingEnd="5dp">