mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 15:40:48 +01:00
Translucent reader UI
This commit is contained in:
parent
f515674dff
commit
a5fadcda15
2 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,8 @@
|
|||
<!-- Dark Application Colors -->
|
||||
<color name="colorDarkPrimary">#212121</color>
|
||||
<color name="colorDarkPrimaryDark">#1C1C1D</color>
|
||||
<color name="colorDarkPrimaryTranslucent">#BF212121</color>
|
||||
<color name="colorDarkPrimaryDarkTranslucent">#BF1C1C1D</color>
|
||||
<color name="colorAmoledPrimary">@color/md_black_1000</color>
|
||||
|
||||
<color name="splashBackgroundColor">@color/colorPrimary</color>
|
||||
|
|
|
@ -131,8 +131,8 @@
|
|||
<!-- Reader Theme -->
|
||||
<!--==============-->
|
||||
<style name="Theme.Base.Reader.Dark" parent="Theme.Base.Dark">
|
||||
<item name="colorPrimary">@color/colorDarkPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorDarkPrimaryDark</item>
|
||||
<item name="colorPrimary">@color/colorDarkPrimaryTranslucent</item>
|
||||
<item name="colorPrimaryDark">@color/colorDarkPrimaryDarkTranslucent</item>
|
||||
<item name="android:colorBackground">@android:color/black</item>
|
||||
|
||||
<item name="android:statusBarColor">?colorPrimaryDark</item>
|
||||
|
@ -140,8 +140,8 @@
|
|||
</style>
|
||||
|
||||
<style name="Theme.Base.Reader.Light" parent="Theme.Base">
|
||||
<item name="colorPrimary">@color/colorDarkPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorDarkPrimaryDark</item>
|
||||
<item name="colorPrimary">@color/colorDarkPrimaryTranslucent</item>
|
||||
<item name="colorPrimaryDark">@color/colorDarkPrimaryDarkTranslucent</item>
|
||||
<item name="android:colorBackground">@android:color/white</item>
|
||||
|
||||
<item name="android:statusBarColor">?colorPrimaryDark</item>
|
||||
|
|
Loading…
Reference in a new issue