2016-03-12 16:22:40 +03: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>
|
2016-05-21 16:39:41 +03:00
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
2016-03-12 16:22:40 +03:00
|
|
|
<item name="android:navigationBarColor">@color/colorPrimaryDark</item>
|
|
|
|
</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>
|
2016-05-21 16:39:41 +03:00
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
2016-03-12 16:22:40 +03:00
|
|
|
<item name="android:navigationBarColor">@color/colorPrimaryDark</item>
|
|
|
|
</style>
|
2016-06-27 17:46:31 +03:00
|
|
|
|
|
|
|
<!--==============-->
|
|
|
|
<!-- Reader Theme -->
|
|
|
|
<!--==============-->
|
|
|
|
<style name="Theme.Reader" parent="Theme.Base.Reader">
|
|
|
|
<!-- Attributes specific for SDK 21 and up -->
|
|
|
|
<item name="android:statusBarColor">?colorPrimaryDark</item>
|
|
|
|
<item name="android:navigationBarColor">?colorPrimaryDark</item>
|
|
|
|
</style>
|
|
|
|
|
2016-03-12 16:22:40 +03:00
|
|
|
</resources>
|