Merge "add "behind" screen orientation to prevent spurious flipping" into honeycomb-mr2
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 2347706..b5f8f64 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -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>