优化弹窗
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
android:id="@+id/iv_start"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/icon_sign_start"
|
||||
android:src="@mipmap/iv_start"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -37,18 +37,27 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/gl_top" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_help"
|
||||
android:paddingEnd="@dimen/dp_10"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/icon_heart_help"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/gl_top" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="倒计时 00:00"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/sp_12"
|
||||
android:visibility="invisible"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_title"
|
||||
android:text="倒计时 00:00" />
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_title" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_time_left"
|
||||
@@ -133,6 +142,12 @@
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintGuide_percent="0.25" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
android:id="@+id/group_left_price"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:constraint_referenced_ids="view_left_price,iv_left_price_gold_bg,tv_left_price_top,tv_left_price" />
|
||||
|
||||
|
||||
<View
|
||||
android:id="@+id/view_left_price"
|
||||
|
||||
BIN
MainModule/src/main/res/mipmap-hdpi/iv_start.png
Normal file
BIN
MainModule/src/main/res/mipmap-hdpi/iv_start.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
BIN
MainModule/src/main/res/mipmap-xhdpi/iv_start.png
Normal file
BIN
MainModule/src/main/res/mipmap-xhdpi/iv_start.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 320 KiB |
BIN
MainModule/src/main/res/mipmap-xxhdpi/iv_start.png
Normal file
BIN
MainModule/src/main/res/mipmap-xxhdpi/iv_start.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 744 KiB |
Reference in New Issue
Block a user