[6.10.0]UI走查修改

This commit is contained in:
xuxinchao
2025-02-18 17:36:51 +08:00
parent 6891bbcb0a
commit d2b92ddf9f
8 changed files with 44 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -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>

View File

@@ -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>

View File

@@ -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