diff --git a/androidApp/src/main/res/drawable/checkerboard.xml b/androidApp/src/main/res/drawable/checkerboard.xml
new file mode 100644
index 0000000..edc5ee7
--- /dev/null
+++ b/androidApp/src/main/res/drawable/checkerboard.xml
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/androidApp/src/main/res/drawable/checktile.png b/androidApp/src/main/res/drawable/checktile.png
new file mode 100644
index 0000000..eeef9de
Binary files /dev/null and b/androidApp/src/main/res/drawable/checktile.png differ
diff --git a/androidApp/src/main/res/layout/fragment_image.xml b/androidApp/src/main/res/layout/fragment_image.xml
index ae2c7a8..3bd2094 100644
--- a/androidApp/src/main/res/layout/fragment_image.xml
+++ b/androidApp/src/main/res/layout/fragment_image.xml
@@ -1,5 +1,5 @@
-
@@ -9,8 +9,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerVertical="true"
- android:layout_centerHorizontal="true"
- android:background="@android:color/black"
+ android:adjustViewBounds="true"
+ android:background="@drawable/checkerboard"
app:srcCompat="@android:drawable/screen_background_dark" />
-
\ No newline at end of file
+
\ No newline at end of file