Index: res/values-v13/styles.xml
===================================================================
-19,20c19,21
-< <style name="Theme.Light.NoTitleBar" parent="android:style/Theme.Holo.Light.NoActionBar"/>\r
-< <style name="Theme.Translucent" parent="android:style/Theme.Holo.Light.NoActionBar">\r
----
-> <style name="Theme.Light.NoTitleBar" parent="@android:style/Theme.Holo.Light"/>\r
-> <style name="Theme.Translucent" parent="@android:style/Theme.Holo.Light">\r
-> <item name="android:windowActionBar">false</item>\r
+--- a/res/values-v13/styles.xml (revision 273)
++++ b/res/values-v13/styles.xml (working copy)
+@@ -16,8 +16,9 @@
+ -->\r
+ <resources>\r
+ <!-- Themes -->\r
+- <style name="Theme.Light.NoTitleBar" parent="android:style/Theme.Holo.Light.NoActionBar"/>\r
+- <style name="Theme.Translucent" parent="android:style/Theme.Holo.Light.NoActionBar">\r
++ <style name="Theme.Light.NoTitleBar" parent="@android:style/Theme.Holo.Light"/>\r
++ <style name="Theme.Translucent" parent="@android:style/Theme.Holo.Light">\r
++ <item name="android:windowActionBar">false</item>\r
+ <item name="android:windowIsTranslucent">true</item>\r
+ <item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>\r
+ <item name="android:windowBackground">@drawable/transparent_background</item>\r