summaryrefslogtreecommitdiff
path: root/android/res/drawable/tiled_background.xml
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-03-20 16:58:14 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-03-20 20:50:22 +0100
commit9a278ec1303231d24b0ba1abb8a934409f2cd73a (patch)
tree9bef40a915c0e5a5deb3c6ee37dbea0ae95157ab /android/res/drawable/tiled_background.xml
parent0cb12a83c1ab0d2a273eb1e8d0b7bf47f01e3442 (diff)
downloadmupdf-9a278ec1303231d24b0ba1abb8a934409f2cd73a.tar.xz
Use a subtler background tiling pattern from subtlepatterns.com
The patterns can be used freely in both personal and commercial projects with no attribution required, but always appreciated. darkdenim3.png was made by Brandon Jacoby.
Diffstat (limited to 'android/res/drawable/tiled_background.xml')
-rw-r--r--android/res/drawable/tiled_background.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/drawable/tiled_background.xml b/android/res/drawable/tiled_background.xml
index 8c5f64c5..a8233975 100644
--- a/android/res/drawable/tiled_background.xml
+++ b/android/res/drawable/tiled_background.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/tile09"
- android:tileMode="repeat" /> \ No newline at end of file
+ android:src="@drawable/darkdenim3"
+ android:tileMode="repeat" />