调整UI
This commit is contained in:
parent
aef0435b93
commit
85b4facfe8
@ -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>
|
@ -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">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user