6.5.4礼物冠名
This commit is contained in:
parent
d5ca010ec7
commit
fb1d6c0688
@ -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"
|
||||||
@ -23,3 +28,16 @@
|
|||||||
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>
|
BIN
common/src/main/res/mipmap-xxhdpi/background_gift_wall_lock.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/background_gift_wall_lock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Loading…
Reference in New Issue
Block a user