Fixed statusbar too dark. Increased build version, updated changelog.
This commit is contained in:
parent
cfedd79dcf
commit
68627bd549
3 changed files with 10 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId "com.kabouzeid.gramophone"
|
applicationId "com.kabouzeid.gramophone"
|
||||||
versionCode 122
|
versionCode 123
|
||||||
versionName "0.13.3-3"
|
versionName "0.13.4"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,12 @@
|
||||||
|
|
||||||
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
|
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
|
||||||
|
|
||||||
|
<h3>Version 0.13.4</h3>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li><b>FIX:</b> Statusbar too dark.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
<h3>Version 0.13.3-3</h3>
|
<h3>Version 0.13.3-3</h3>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,8 @@ public class MainActivity extends AbsSlidingMusicPanelActivity {
|
||||||
navigationView.setFitsSystemWindows(false);
|
navigationView.setFitsSystemWindows(false);
|
||||||
//noinspection ConstantConditions
|
//noinspection ConstantConditions
|
||||||
findViewById(R.id.drawer_content_container).setFitsSystemWindows(false);
|
findViewById(R.id.drawer_content_container).setFitsSystemWindows(false);
|
||||||
|
} else {
|
||||||
|
drawerLayout.setFitsSystemWindows(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
setUpDrawerLayout();
|
setUpDrawerLayout();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue