summaryrefslogtreecommitdiff
path: root/orgfoxttrss/src/main/res/values-v19/style.xml
blob: 67781339ce9b66a3a41cacef856ddea3ce924366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<resources xmlns:android="http://schemas.android.com/apk/res/android">
    
    <style name="LightTheme" parent="LightThemeBase">
	    <item name="android:windowTranslucentStatus">true</item>
        <item name="android:windowTranslucentNavigation">false</item>
    </style>

   	<style name="SepiaTheme" parent="SepiaThemeBase">
	    <item name="android:windowTranslucentStatus">true</item>
        <item name="android:windowTranslucentNavigation">false</item>
	</style>

	<style name="HoloTheme" parent="HoloThemeBase">
	    <item name="android:windowTranslucentStatus">true</item>
        <item name="android:windowTranslucentNavigation">false</item>
	</style>
		
	<style name="DarkTheme" parent="DarkThemeBase">
	    <item name="android:windowTranslucentStatus">true</item>
        <item name="android:windowTranslucentNavigation">false</item>
	</style>

</resources>