summaryrefslogtreecommitdiff
path: root/res/values-v19/style.xml
blob: 9bf1e68e64497c801bd373540d32184846d46a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<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>
        <item name="android:fitsSystemWindows">true</item>
    </style>

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

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

</resources>