Skip to content

Commit

Permalink
Fix status bar in black reader - 0.9.62
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Jan 10, 2020
1 parent 5b36e5d commit 0b5a337
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 0b5a337

Please sign in to comment.