添加图片查看器棋盘格背景
- 设置图片显示控件的默认背景为5像素的灰色正方形与5像素的白色正方形间隔组成的棋盘格 - 10排 x 10排 = 100个方块
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user