chiark / gitweb /
fixed patch for worktime which is still broken
authorTovok7 <Tovok7@gmx.de>
Sun, 22 Jan 2012 14:27:15 +0000 (15:27 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 22 Jan 2012 14:43:53 +0000 (14:43 +0000)
metadata/eu.vranckaert.worktime/style.patch

index 4aea5e3518964b866a6f4c6f19aa656f0d2f672c..743b3399ebb23ea80b17ab070bf22af34dff2f86 100644 (file)
@@ -1,9 +1,16 @@
 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