看视频dialog UI美化+1
This commit is contained in:
parent
a9d0b37bed
commit
271baf8d18
|
|
@ -40,15 +40,30 @@
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<FrameLayout
|
||||||
android:id="@+id/iv_coin_effect"
|
android:layout_width="match_parent"
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:layout_marginTop="1dp" >
|
||||||
android:layout_gravity="center"
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
android:src="@mipmap/watch_video_gold_effect"
|
android:id="@+id/iv_coin_effect"
|
||||||
android:layout_marginTop="1dp"
|
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"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:textSize="28sp"
|
||||||
|
android:textStyle="bold"
|
||||||
|
android:textColor="@color/red_5c"
|
||||||
|
android:text="+100"
|
||||||
|
android:layout_gravity="bottom|center"
|
||||||
|
android:layout_marginBottom="110dp"
|
||||||
|
/>
|
||||||
|
</FrameLayout>
|
||||||
|
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
|
@ -60,6 +75,7 @@
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:background="@mipmap/icon_action_but_bg">
|
android:background="@mipmap/icon_action_but_bg">
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
|
android:id="@+id/tv_reward_gold_num"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 654 KiB |
|
|
@ -74,6 +74,7 @@
|
||||||
<color name="red_2f">#FFFF862F</color>
|
<color name="red_2f">#FFFF862F</color>
|
||||||
<color name="gray_f2">#fff2f2f2</color>
|
<color name="gray_f2">#fff2f2f2</color>
|
||||||
<color name="red_11">#FF931411</color>
|
<color name="red_11">#FF931411</color>
|
||||||
|
<color name="red_5c">#FFFF0A5C</color>
|
||||||
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
Loading…
Reference in New Issue