Fixed icons and tab titles
This commit is contained in:
parent
5cb7771484
commit
be62a2bfc5
3 changed files with 79 additions and 9 deletions
|
|
@ -111,7 +111,9 @@ public class StatisticsPlaylistFragment
|
|||
@Override
|
||||
protected void initViews(View rootView, Bundle savedInstanceState) {
|
||||
super.initViews(rootView, savedInstanceState);
|
||||
setTitle(getString(R.string.title_last_played));
|
||||
if(!useAsFrontPage) {
|
||||
setTitle(getString(R.string.title_last_played));
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue