1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

fixed patch for worktime which is still broken

This commit is contained in:
Tovok7 2012-01-22 15:27:15 +01:00 committed by Ciaran Gultnieks
parent 252409b314
commit c8a110a848

View File

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