Mark access to private styles now that aapt enforces this.

Change-Id: I76a05f38f2b7598362e7dda2f5bf751c05447928
This commit is contained in:
Dianne Hackborn
2011-06-09 15:33:18 -07:00
parent 6b32fc9bd0
commit fdb4e69fad

View File

@@ -18,7 +18,7 @@
-->
<resources>
<style name="Theme.WallpaperPicker" parent="android:Theme.Holo.Dialog.NoFrame">
<style name="Theme.WallpaperPicker" parent="@*android:Theme.Holo.Dialog.NoFrame">
</style>
<style name="Theme" parent="android:Theme.Holo">