Synced translations. Set "Color playback controls" enabled by default.
This commit is contained in:
parent
c0e345fcef
commit
253df6802e
27 changed files with 245 additions and 260 deletions
|
|
@ -118,7 +118,7 @@ public abstract class AbsTagEditorActivity extends AbsBaseActivity {
|
|||
|
||||
setSupportActionBar(toolbar);
|
||||
//noinspection ConstantConditions
|
||||
getSupportActionBar().setTitle(getResources().getString(R.string.tag_editor));
|
||||
getSupportActionBar().setTitle(null);
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ public final class PreferenceUtil {
|
|||
}
|
||||
|
||||
public final boolean colorPlaybackControlsNowPlaying() {
|
||||
return mPreferences.getBoolean(COLOR_PLAYBACK_CONTROLS_NOW_PLAYING, false);
|
||||
return mPreferences.getBoolean(COLOR_PLAYBACK_CONTROLS_NOW_PLAYING, true);
|
||||
}
|
||||
|
||||
public final boolean largerTitleBoxNowPlaying() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue