6.5.4礼物冠名

This commit is contained in:
18401019693 2023-08-10 17:38:06 +08:00
parent 9b3a011499
commit 2406e9bede
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background_gift_wall_shape"
android:orientation="vertical">
android:orientation="vertical"
android:paddingTop="90dp">
<LinearLayout
android:layout_width="match_parent"

View File

@ -189,6 +189,6 @@
android:layout_marginTop="28dp"
android:background="@mipmap/background_regular_title"
android:gravity="center"
android:textSize="16sp"
android:textSize="13sp"
android:textStyle="bold" />
</FrameLayout>