6.5.4礼物冠名

This commit is contained in:
18401019693 2023-08-04 14:58:26 +08:00
parent d5ca010ec7
commit fb1d6c0688
3 changed files with 35 additions and 17 deletions

View File

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="132dp" android:layout_height="132dp"
android:layout_margin="5dp" android:layout_margin="5dp"
android:background="@mipmap/background_gift_without_wall" android:background="@mipmap/background_gift_without_wall"
android:orientation="vertical"> android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ImageView <ImageView
android:id="@+id/gift_img" android:id="@+id/gift_img"
android:layout_width="65dp" android:layout_width="65dp"
@ -22,4 +27,17 @@
android:text="@string/instant_light" android:text="@string/instant_light"
android:textColor="#54618F" android:textColor="#54618F"
android:textSize="14sp" /> android:textSize="14sp" />
</LinearLayout> </LinearLayout>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/background_gift_wall_masking">
<ImageView
android:layout_width="22dp"
android:layout_height="30dp"
android:layout_gravity="center"
android:src="@mipmap/background_gift_wall_lock" />
</FrameLayout>
</FrameLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB