[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
|
||||
|
||||
Reference in New Issue
Block a user