This commit is contained in:
18401019693 2023-07-11 11:34:40 +08:00
parent e786ae16c2
commit 7672cea263

View File

@ -230,8 +230,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background_send_red_packet_illustrate"
android:visibility="visible">
android:visibility="gone">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
@ -239,13 +239,15 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:layout_marginTop="25dp"
android:layout_marginBottom="25dp">
<!--结果-->
<LinearLayout
android:layout_width="245dp"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"
android:layout_marginTop="25dp"
android:orientation="vertical">
<TextView
@ -323,6 +325,10 @@
android:textSize="11sp" />
</LinearLayout>
</FrameLayout>
</androidx.core.widget.NestedScrollView>
<ImageView
android:id="@+id/illustrate_close"
android:layout_width="19dp"
@ -330,9 +336,5 @@
android:layout_gravity="end"
android:layout_margin="12dp"
android:src="@mipmap/meiyan_icon_close" />
</FrameLayout>
</androidx.core.widget.NestedScrollView>
</FrameLayout>
</FrameLayout>