38 lines
1.3 KiB
XML
38 lines
1.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="119dp"
|
||
|
android:layout_margin="4dp"
|
||
|
android:background="@mipmap/bg_day_wish">
|
||
|
|
||
|
<ImageView
|
||
|
android:layout_width="20dp"
|
||
|
android:layout_height="20dp"
|
||
|
android:layout_gravity="end"
|
||
|
android:layout_marginTop="4dp"
|
||
|
android:layout_marginEnd="19dp"
|
||
|
android:background="@mipmap/icon_cancel" />
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginStart="18dp"
|
||
|
android:layout_marginTop="4dp"
|
||
|
android:text="心願二"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="14sp" />
|
||
|
|
||
|
<FrameLayout
|
||
|
android:layout_width="64dp"
|
||
|
android:layout_height="64dp"
|
||
|
android:layout_marginStart="11dp"
|
||
|
android:layout_marginTop="40dp"
|
||
|
android:background="@drawable/background_wish_item">
|
||
|
|
||
|
<ImageView
|
||
|
android:id="@+id/wish_icon"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:layout_margin="3dp" />
|
||
|
</FrameLayout>
|
||
|
</FrameLayout>
|