am 55c86911: Mark access to private resources now that aapt enforces this.

* commit '55c869119aabc27d3b6c6b4aab0e69faf57f1250':
  Mark access to private resources now that aapt enforces this.
This commit is contained in:
Dianne Hackborn
2011-06-09 16:04:44 -07:00
committed by Android Git Automerger

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>