summaryrefslogtreecommitdiff
path: root/samples/demos/res/drawable/bg_striped.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/demos/res/drawable/bg_striped.xml')
-rw-r--r--samples/demos/res/drawable/bg_striped.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/demos/res/drawable/bg_striped.xml b/samples/demos/res/drawable/bg_striped.xml
new file mode 100644
index 0000000..77e0aab
--- /dev/null
+++ b/samples/demos/res/drawable/bg_striped.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/bg_striped_img"
+ android:tileMode="repeat"
+ android:dither="true" /> \ No newline at end of file