修复
This commit is contained in:
parent
e786ae16c2
commit
7672cea263
@ -230,8 +230,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@drawable/background_send_red_packet_illustrate"
|
android:background="@drawable/background_send_red_packet_illustrate"
|
||||||
|
android:visibility="visible">
|
||||||
|
|
||||||
android:visibility="gone">
|
|
||||||
|
|
||||||
<androidx.core.widget.NestedScrollView
|
<androidx.core.widget.NestedScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -239,13 +239,15 @@
|
|||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
|
android:layout_marginTop="25dp"
|
||||||
|
android:layout_marginBottom="25dp">
|
||||||
<!--结果-->
|
<!--结果-->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="245dp"
|
android:layout_width="245dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:layout_marginTop="25dp"
|
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -323,16 +325,16 @@
|
|||||||
android:textSize="11sp" />
|
android:textSize="11sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/illustrate_close"
|
|
||||||
android:layout_width="19dp"
|
|
||||||
android:layout_height="19dp"
|
|
||||||
android:layout_gravity="end"
|
|
||||||
android:layout_margin="12dp"
|
|
||||||
android:src="@mipmap/meiyan_icon_close" />
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
</androidx.core.widget.NestedScrollView>
|
</androidx.core.widget.NestedScrollView>
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/illustrate_close"
|
||||||
|
android:layout_width="19dp"
|
||||||
|
android:layout_height="19dp"
|
||||||
|
android:layout_gravity="end"
|
||||||
|
android:layout_margin="12dp"
|
||||||
|
android:src="@mipmap/meiyan_icon_close" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user