2016-03-12 14:22:40 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<!--===========-->
|
|
|
|
<!-- Main Theme-->
|
|
|
|
<!--===========-->
|
|
|
|
<style name="Theme.Tachiyomi" parent="Theme.Base">
|
|
|
|
<!-- Attributes specific for SDK 21 and up -->
|
|
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
|
|
|
<item name="android:statusBarColor">@color/colorPrimaryDark</item>
|
|
|
|
<item name="android:navigationBarColor">@color/colorPrimaryDark</item>
|
2016-04-10 17:34:10 +02:00
|
|
|
<item name="android:alertDialogTheme">@style/Theme.AlertDialog.Light</item>
|
2016-03-12 14:22:40 +01:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<!--============-->
|
|
|
|
<!-- Dark Theme -->
|
|
|
|
<!--============-->
|
|
|
|
<style name="Theme.Tachiyomi.Dark" parent="Theme.Base.Dark">
|
|
|
|
<!-- Attributes specific for SDK 21 and up -->
|
|
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
|
|
|
<item name="android:statusBarColor">@color/colorPrimaryDark</item>
|
|
|
|
<item name="android:navigationBarColor">@color/colorPrimaryDark</item>
|
2016-04-10 17:34:10 +02:00
|
|
|
<item name="android:alertDialogTheme">@style/Theme.AlertDialog.Dark</item>
|
2016-03-12 14:22:40 +01:00
|
|
|
</style>
|
|
|
|
</resources>
|