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
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue