48 lines
1.6 KiB
XML
48 lines
1.6 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="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginEnd="10dp"
|
|
android:background="@drawable/bg_drawer_popup"
|
|
android:orientation="vertical">
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginEnd="10dp">
|
|
|
|
<TextView
|
|
android:id="@+id/send_good_gift"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="充值送好禮"
|
|
android:textColor="#F6F7FB"
|
|
android:textSize="14sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/subtitle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="end"
|
|
android:drawableEnd="@mipmap/icon_more_02"
|
|
android:drawablePadding="3dp"
|
|
android:text="去充值"
|
|
android:textColor="#A1A7BE"
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/child_list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginBottom="16dp"
|
|
android:paddingStart="4dp"
|
|
android:paddingEnd="10dp" />
|
|
</LinearLayout> |