OSDN Git Service

Mark access to private resources now that aapt enforces this.
authorDianne Hackborn <hackbod@google.com>
Thu, 9 Jun 2011 22:33:56 +0000 (15:33 -0700)
committerDianne Hackborn <hackbod@google.com>
Thu, 9 Jun 2011 22:33:56 +0000 (15:33 -0700)
Change-Id: Ifea6854d8295294011b5253640198a10e1b5c1e1

res/values/themes.xml

index 2347706..b5f8f64 100644 (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>