Mark access to private resources now that aapt enforces this.

Change-Id: Ifea6854d8295294011b5253640198a10e1b5c1e1
This commit is contained in:
Dianne Hackborn
2011-06-09 15:33:56 -07:00
parent 7825cb295c
commit 55c869119a

View File

@@ -16,7 +16,7 @@
<resources>
<style name="Theme.WifiDialog" parent="@android:style/Theme.Holo.Dialog.Alert">
<style name="Theme.WifiDialog" parent="@*android:style/Theme.Holo.Dialog.Alert">
<item name="android:windowSoftInputMode">adjustResize</item>
</style>
</resources>