mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-10 01:10:11 +01:00
10 lines
536 B
Diff
10 lines
536 B
Diff
|
Index: res/values-v13/styles.xml
|
||
|
===================================================================
|
||
|
19,20c19,21
|
||
|
< <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>
|