packages/apps/Settings
Revision | 55c869119aabc27d3b6c6b4aab0e69faf57f1250 (tree) |
---|---|
Zeit | 2011-06-10 07:33:56 |
Autor | Dianne Hackborn <hackbod@goog...> |
Commiter | Dianne Hackborn |
Mark access to private resources now that aapt enforces this.
Change-Id: Ifea6854d8295294011b5253640198a10e1b5c1e1
@@ -16,7 +16,7 @@ | ||
16 | 16 | |
17 | 17 | <resources> |
18 | 18 | |
19 | - <style name="Theme.WifiDialog" parent="@android:style/Theme.Holo.Dialog.Alert"> | |
19 | + <style name="Theme.WifiDialog" parent="@*android:style/Theme.Holo.Dialog.Alert"> | |
20 | 20 | <item name="android:windowSoftInputMode">adjustResize</item> |
21 | 21 | </style> |
22 | 22 | </resources> |