2018-07-26 17:04:44 +02:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<!-- Base application theme. -->
|
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppTheme.NoActionBar">
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
2018-09-21 17:35:57 +02:00
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppTheme.NoActionBarWithTranslucentStatusBar" parent="AppTheme.NoActionBar">
|
|
|
|
<item name="android:windowTranslucentStatus">true</item>
|
2018-07-26 17:04:44 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppTheme.ActionBar.Transparent" parent="AppTheme">
|
2018-09-21 17:35:57 +02:00
|
|
|
<item name="colorPrimary">@color/transparentActionBarColor</item>
|
|
|
|
<item name="android:windowTranslucentStatus">true</item>
|
|
|
|
<item name="android:windowTranslucentNavigation">true</item>
|
2018-07-26 17:04:44 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
|
|
|
|
|
|
|
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
|
|
|
|
|
|
|
|
<style name="Theme.AppCompat.Transparent" parent="AppTheme.ActionBar.Transparent">
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
|
|
<item name="android:colorBackgroundCacheHint">@null</item>
|
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|