aboutsummaryrefslogtreecommitdiffstats
path: root/mapswithme-api/res/drawable/background_pattern.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mapswithme-api/res/drawable/background_pattern.xml')
-rw-r--r--mapswithme-api/res/drawable/background_pattern.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/mapswithme-api/res/drawable/background_pattern.xml b/mapswithme-api/res/drawable/background_pattern.xml
new file mode 100644
index 0000000..2293a51
--- /dev/null
+++ b/mapswithme-api/res/drawable/background_pattern.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:dither="true"
+ android:src="@drawable/pattern"
+ android:tileMode="repeat" />