添加图片查看器棋盘格背景

- 设置图片显示控件的默认背景为5像素的灰色正方形与5像素的白色正方形间隔组成的棋盘格
- 10排 x 10排 = 100个方块
This commit is contained in:
2026-04-25 19:19:36 +08:00
parent 248fd9d8d8
commit e26df437c5
3 changed files with 33 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black">
android:background="@drawable/bg_checkerboard">
<ImageView
android:id="@+id/image"