[6.10.0]UI走查修改
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -7,9 +7,9 @@
|
||||
</item>
|
||||
<!-- 图片 -->
|
||||
<item
|
||||
android:drawable="@drawable/icon_image_load_fail"
|
||||
android:width="@dimen/dp_280"
|
||||
android:height="@dimen/dp_215"
|
||||
android:drawable="@drawable/icon_image_load_fail_small"
|
||||
android:width="@dimen/dp_140"
|
||||
android:height="@dimen/dp_108"
|
||||
android:gravity="center"
|
||||
/>
|
||||
</layer-list>
|
||||
@@ -0,0 +1,15 @@
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 背景颜色 -->
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#3C3C3C"/>
|
||||
</shape>
|
||||
</item>
|
||||
<!-- 图片 -->
|
||||
<item
|
||||
android:drawable="@drawable/icon_image_load_fail_large"
|
||||
android:width="@dimen/dp_280"
|
||||
android:height="@dimen/dp_215"
|
||||
android:gravity="center"
|
||||
/>
|
||||
</layer-list>
|
||||
@@ -9,7 +9,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/take_over_scene_image"
|
||||
android:scaleType="fitXY"
|
||||
android:background="@drawable/bg_take_over_image"
|
||||
android:background="@drawable/bg_take_over_scene_image"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginTop="@dimen/dp_40"
|
||||
android:layout_marginTop="@dimen/dp_30"
|
||||
android:textColor="@color/color_2EACFF"
|
||||
android:textSize="@dimen/sp_45"
|
||||
android:gravity="center_horizontal"
|
||||
@@ -22,15 +22,18 @@
|
||||
<TextView
|
||||
android:id="@+id/tvCopyBagSuccessContent"
|
||||
android:layout_width="@dimen/dp_0"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/dp_0"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvCopyBagSuccessTitle"
|
||||
android:layout_marginTop="@dimen/dp_15"
|
||||
android:layout_marginStart="@dimen/dp_30"
|
||||
android:layout_marginEnd="@dimen/dp_30"
|
||||
app:layout_constraintBottom_toTopOf="@id/tvCopyBagSuccessClose"
|
||||
android:layout_marginTop="@dimen/dp_25"
|
||||
android:layout_marginStart="@dimen/dp_80"
|
||||
android:layout_marginEnd="@dimen/dp_80"
|
||||
android:layout_marginBottom="@dimen/dp_25"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/sp_34"
|
||||
android:textSize="@dimen/sp_32"
|
||||
android:text="1234234\n234234\n234\n2345\n2345\n2345\n23456\n2345\n"
|
||||
android:gravity="start"
|
||||
/>
|
||||
|
||||
|
||||
@@ -1,11 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/tvCalendarContent"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="@dimen/dp_88"
|
||||
android:layout_height="@dimen/dp_80"
|
||||
android:textSize="@dimen/sp_32"
|
||||
android:textColor="@color/white"
|
||||
android:gravity="center"
|
||||
>
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
</TextView>
|
||||
<TextView
|
||||
android:id="@+id/tvCalendarContent"
|
||||
android:layout_width="@dimen/dp_80"
|
||||
android:layout_height="@dimen/dp_80"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:textSize="@dimen/sp_32"
|
||||
android:textColor="@color/white"
|
||||
android:gravity="center"
|
||||
/>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user