Fix status bar in black reader - 0.9.62
This commit is contained in:
parent
5b36e5d5f4
commit
0b5a33759d
@ -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)
|
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
|
||||||
|
|
||||||
## Newest Release
|
## Newest Release
|
||||||
[v0.9.56](https://github.com/Jays2Kings/tachiyomi/releases)
|
[v0.9.62](https://github.com/Jays2Kings/tachiyomi/releases)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 53
|
versionCode 53
|
||||||
versionName '0.9.61'
|
versionName '0.9.62'
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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="">
|
<changelogversion versionName="v0.9.61" changeDate="">
|
||||||
<changelogtext>Added splash screen</changelogtext>
|
<changelogtext>Added splash screen</changelogtext>
|
||||||
<changelogtext>Truly fixed the dark theme bug</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:listDivider">@drawable/line_divider_dark</item>
|
||||||
|
|
||||||
<item name="android:windowDrawsSystemBarBackgrounds">true</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>
|
<item name="android:navigationBarColor">@color/colorDarkPrimaryDark</item>
|
||||||
|
|
||||||
<!-- Themes -->
|
<!-- Themes -->
|
||||||
|
Loading…
Reference in New Issue
Block a user