52 lines
1.7 KiB
XML
52 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="117dp">
|
|
|
|
|
|
<ImageView
|
|
android:id="@+id/imageView2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="117dp"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginEnd="10dp"
|
|
android:layout_marginBottom="4dp"
|
|
android:background="@drawable/bg_xyd_add_item"
|
|
android:scaleType="centerInside" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="95dp"
|
|
android:layout_marginTop="60dp"
|
|
android:text="@string/add_gift2"
|
|
android:textColor="#4223CD"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/wish_list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
<ImageView
|
|
android:id="@+id/tvDone"
|
|
android:layout_width="275dp"
|
|
android:layout_height="52dp"
|
|
android:layout_gravity="bottom|center_horizontal"
|
|
android:layout_marginBottom="22dp"
|
|
android:background="@drawable/bg_xyd_button" />
|
|
</FrameLayout>
|
|
|
|
</LinearLayout> |