新手礼包Dialog UI
This commit is contained in:
parent
5ef04e37f8
commit
366789c16a
|
|
@ -7,7 +7,7 @@
|
|||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/daily_sign_bg"
|
||||
android:src="@mipmap/bg_beginner_gift"
|
||||
/>
|
||||
|
||||
|
||||
|
|
@ -34,6 +34,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginHorizontal="60dp"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/red_11"
|
||||
android:text="@string/papabens_hint"
|
||||
|
|
@ -45,14 +46,14 @@
|
|||
android:id="@+id/tv_cash_num"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="38dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:textSize="30sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="@color/green_39"
|
||||
android:text="@string/cash01"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
android:drawableStart="@mipmap/temp"
|
||||
android:drawableStart="@mipmap/icon_cash"
|
||||
android:drawablePadding="10dp"
|
||||
/>
|
||||
|
||||
|
|
@ -64,14 +65,13 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="38dp"
|
||||
android:layout_marginBottom="45dp"
|
||||
android:paddingVertical="10dp"
|
||||
android:layout_marginHorizontal="28dp"
|
||||
android:textSize="18sp"
|
||||
android:background="@mipmap/temp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="@color/red_11"
|
||||
android:text="@string/resgatar"
|
||||
android:layout_gravity="center"
|
||||
android:layout_gravity="bottom"
|
||||
android:gravity="center"
|
||||
/>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
android:orientation="vertical"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:src="@mipmap/temp"
|
||||
android:src="@mipmap/icon_close"
|
||||
android:layout_marginRight="30dp"
|
||||
android:layout_marginTop="10dp"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:layout_gravity="right"
|
||||
android:src="@mipmap/temp"
|
||||
android:src="@mipmap/icon_close"
|
||||
android:layout_marginEnd="30dp"
|
||||
android:layout_marginTop="10dp"
|
||||
/>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:layout_gravity="center"
|
||||
android:src="@mipmap/temp"
|
||||
android:src="@mipmap/watch_video_gold_effect"
|
||||
android:layout_marginEnd="30dp"
|
||||
android:layout_marginTop="20dp"
|
||||
/>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 545 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 351 KiB |
Loading…
Reference in New Issue