summaryrefslogtreecommitdiff
path: root/platform/android/viewer/res/drawable/tiled_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/viewer/res/drawable/tiled_background.xml')
-rw-r--r--platform/android/viewer/res/drawable/tiled_background.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/viewer/res/drawable/tiled_background.xml b/platform/android/viewer/res/drawable/tiled_background.xml
new file mode 100644
index 00000000..60e08f3c
--- /dev/null
+++ b/platform/android/viewer/res/drawable/tiled_background.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/darkdenim3"
+ android:tileMode="repeat" />