bug修改 - 提现成功界面有点关不掉,要多点几次
This commit is contained in:
parent
96c3a11f1d
commit
ef2f079b2e
|
|
@ -4,6 +4,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:gravity="center_horizontal"
|
||||
android:background="@color/green_39"
|
||||
android:clipChildren="false">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
|
|
@ -95,8 +96,9 @@
|
|||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/iv_close"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:scaleType="center"
|
||||
android:layout_marginTop="50dp"
|
||||
android:orientation="vertical"
|
||||
android:layout_gravity="bottom|center"
|
||||
|
|
|
|||
Loading…
Reference in New Issue