礼物条目的标题头 英文的改回原来的逻辑

This commit is contained in:
ningwenqiang
2024-09-29 10:57:35 +08:00
parent 2b6ba78500
commit c42b3db7d2
5 changed files with 62 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
android:background="@color/transparent"
android:orientation="vertical"
tools:ignore="MissingDefaultResource">
<!--弃用 -->
<View
android:id="@+id/to_can"
android:layout_width="match_parent"

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="351dp"
android:background="@color/transparent"
android:orientation="vertical"
tools:ignore="MissingDefaultResource">
<View
android:id="@+id/to_can"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<LinearLayout
android:layout_width="100dp"
android:layout_height="246dp"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="48dp"
android:layout_marginBottom="50dp"
android:background="@drawable/bg_selection_quantity"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/gift_list"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<TextView
android:clickable="true"
android:id="@+id/custom_quantity"
android:layout_width="match_parent"
android:layout_height="28dp"
android:gravity="center"
android:layout_marginTop="2dp"
android:text="@string/custom_quantity"
android:textColor="#FFFFFF"
android:textSize="14sp"
android:focusable="true" />
</LinearLayout>
</RelativeLayout>