心愿单完成

This commit is contained in:
18401019693
2023-03-31 16:44:22 +08:00
parent d1d8054c01
commit f12f6a9130
8 changed files with 214 additions and 30 deletions

View File

@@ -3,13 +3,13 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="270dp"
android:layout_height="180dp"
android:orientation="vertical"
app:cardCornerRadius="18dp"
app:cardElevation="16dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="270dp"
android:layout_height="180dp"
android:gravity="center_horizontal"
android:orientation="vertical">
<TextView
@@ -25,10 +25,10 @@
<TextView
android:id="@+id/contest"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="90dp"
android:layout_marginStart="10dp"
android:layout_marginTop="14dp"
android:layout_marginEnd="10dp"
android:gravity="center"
android:text="@string/ultra_hd_hint2"
android:textColor="#999999"
android:textSize="12sp" />
@@ -42,7 +42,6 @@
android:layout_width="100dp"
android:layout_height="36dp"
android:layout_marginStart="16dp"
android:layout_marginTop="24dp"
android:background="@drawable/backgroud_live_open_lfet"
android:gravity="center"
android:text="@string/back"
@@ -58,7 +57,6 @@
android:id="@+id/live_open_ok"
android:layout_width="100dp"
android:layout_height="36dp"
android:layout_marginTop="24dp"
android:layout_marginEnd="16dp"
android:background="@drawable/backgroud_live_open_right"
android:gravity="center"