summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-06-09 15:34:59 -0700
committerDianne Hackborn <hackbod@google.com>2011-06-09 15:34:59 -0700
commite52ffa7e4aa5d27d6addafefd299cbe7da0b564c (patch)
tree42ce870739b5f1a07a97e37006bb42dc860c22f1 /res
parent1aa718d7f5bf309545eae631acd1f52ef7a6b290 (diff)
downloadandroid_packages_wallpapers_LivePicker-e52ffa7e4aa5d27d6addafefd299cbe7da0b564c.tar.gz
android_packages_wallpapers_LivePicker-e52ffa7e4aa5d27d6addafefd299cbe7da0b564c.tar.bz2
android_packages_wallpapers_LivePicker-e52ffa7e4aa5d27d6addafefd299cbe7da0b564c.zip
Mark access to private styles now that aapt supports this.
Change-Id: I8a7176918b14df444f56d1604c3869dc2c06a00e
Diffstat (limited to 'res')
-rw-r--r--res/values-xlarge/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
index 5338119..c7e0e33 100644
--- a/res/values-xlarge/styles.xml
+++ b/res/values-xlarge/styles.xml
@@ -18,5 +18,5 @@
-->
<resources>
- <style name="LivePickerTheme" parent="android:Theme.Holo.Dialog.NoFrame" />
+ <style name="LivePickerTheme" parent="@*android:Theme.Holo.Dialog.NoFrame" />
</resources>