Fix status bar in black reader - 0.9.62

This commit is contained in:
Jay 2020-01-10 08:21:56 -08:00
parent 5b36e5d5f4
commit 0b5a33759d
4 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 5.0 and above.
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
## Newest Release
[v0.9.56](https://github.com/Jays2Kings/tachiyomi/releases)
[v0.9.62](https://github.com/Jays2Kings/tachiyomi/releases)
## Features

View File

@ -39,7 +39,7 @@ android {
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 53
versionName '0.9.61'
versionName '0.9.62'
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.9.62" changeDate="">
<changelogtext>Fixed Status Bar in Black reader theme</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.61" changeDate="">
<changelogtext>Added splash screen</changelogtext>
<changelogtext>Truly fixed the dark theme bug</changelogtext>

View File

@ -77,7 +77,7 @@
<item name="android:listDivider">@drawable/line_divider_dark</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">?colorPrimaryDark</item>
<item name="android:navigationBarColor">@color/colorDarkPrimaryDark</item>
<!-- Themes -->