Fixed Playlist view wrong background color on dark theme and removed the unneeded menu button from the artist and album list.
This commit is contained in:
parent
fc2741f088
commit
cdc34e33a6
4 changed files with 16 additions and 1 deletions
|
|
@ -54,9 +54,9 @@ public class PlaylistDetailActivity extends AbsSlidingMusicPanelActivity impleme
|
|||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
setStatusBarTransparent();
|
||||
super.onCreate(savedInstanceState);
|
||||
ButterKnife.bind(this);
|
||||
setStatusBarTransparent();
|
||||
|
||||
getIntentExtras();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue