projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add checker background pattern for all png images.
[pub/Android/ownCloud.git]
/
res
/
drawable
/
backrepeat.xml
diff --git a/res/drawable/backrepeat.xml
b/res/drawable/backrepeat.xml
new file mode 100644
(file)
index 0000000..
37105c7
--- /dev/null
+++ b/
res/drawable/backrepeat.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/checker_16_16"
+ android:tileMode="repeat" />
\ No newline at end of file