summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-10-14 10:27:55 -0700
committerClark Scheff <clark@cyngn.com>2014-10-14 18:06:15 +0000
commit3c5787cca9eb8beea51d486e1f3330634b7da8ef (patch)
tree033f1d65d871bd997587e84c51ec3102c6c70aa1 /res/drawable
parent825feaabfdd0adc9ccde23a8eb3f738752321b03 (diff)
downloadpackages_apps_ThemeChooser-3c5787cca9eb8beea51d486e1f3330634b7da8ef.tar.gz
packages_apps_ThemeChooser-3c5787cca9eb8beea51d486e1f3330634b7da8ef.tar.bz2
packages_apps_ThemeChooser-3c5787cca9eb8beea51d486e1f3330634b7da8ef.zip
Add resources for all densities (mdpi - xxhdpi)
Change-Id: Ib8083902ee07a891f41479e6085fc0263512f011
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/bg_grid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/bg_grid.xml b/res/drawable/bg_grid.xml
index d7ea6be..92664aa 100644
--- a/res/drawable/bg_grid.xml
+++ b/res/drawable/bg_grid.xml
@@ -3,6 +3,6 @@
Copyright (C) 2014 Cyanogen, Inc.
-->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/bg_graygrid"
+ android:src="@drawable/bg_wpabsent"
android:tileMode="repeat"
android:antialias="true" />