Fixed statusbar too dark. Increased build version, updated changelog.

This commit is contained in:
Karim Abou Zeid 2016-11-27 00:14:50 +01:00
commit 68627bd549
3 changed files with 10 additions and 2 deletions

View file

@ -25,6 +25,12 @@
<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>
<ol>

View file

@ -82,6 +82,8 @@ public class MainActivity extends AbsSlidingMusicPanelActivity {
navigationView.setFitsSystemWindows(false);
//noinspection ConstantConditions
findViewById(R.id.drawer_content_container).setFitsSystemWindows(false);
} else {
drawerLayout.setFitsSystemWindows(false);
}
setUpDrawerLayout();