Fix bug - 1.中间这个图标已经重新切图了,可以换一下,不然下面的+200不太明显(+200也需要加粗显示)
2.上面的文字、中间的图、底下的按钮分的有点太开了,按照效果图的间隔调一下
This commit is contained in:
parent
61d5761ab0
commit
105e2878b6
|
|
@ -46,14 +46,14 @@
|
|||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="1dp" >
|
||||
android:layout_marginTop="-50dp" >
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/iv_coin_effect"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:layout_gravity="center"
|
||||
android:src="@mipmap/watch_video_gold_effect_2"
|
||||
android:src="@mipmap/bg_watch_ad_dialog"
|
||||
/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="20dp"
|
||||
android:paddingVertical="10dp"
|
||||
android:layout_marginTop="30dp"
|
||||
android:layout_marginTop="0dp"
|
||||
android:background="@mipmap/icon_action_but_bg">
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/tv_reward_gold_num"
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 703 KiB |
Loading…
Reference in New Issue