mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 18:20:50 +01:00
Fix status bar in black reader - 0.9.62
This commit is contained in:
parent
5b36e5d5f4
commit
0b5a33759d
4 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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()}\""
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue