MultipleChoicePreference to set colored navigation bar for each activity individually.
This commit is contained in:
parent
00b72b7a75
commit
2d08e5c5d1
12 changed files with 161 additions and 132 deletions
|
|
@ -8,8 +8,13 @@ public class UIPreferenceChangedEvent {
|
|||
public static final int ALBUM_OVERVIEW_PALETTE_CHANGED = 1;
|
||||
public static final int COLORED_NAVIGATION_BAR_ARTIST_CHANGED = 2;
|
||||
public static final int COLORED_NAVIGATION_BAR_ALBUM_CHANGED = 3;
|
||||
public static final int PLAYBACK_CONTROLLER_CARD_CHANGED = 4;
|
||||
public static final int TOOLBAR_TRANSPARENT_CHANGED = 5;
|
||||
public static final int COLORED_NAVIGATION_BAR_PLAYLIST_CHANGED = 4;
|
||||
public static final int COLORED_NAVIGATION_BAR_TAG_EDITOR_CHANGED = 5;
|
||||
public static final int COLORED_NAVIGATION_BAR_CURRENT_PLAYING_CHANGED = 6;
|
||||
public static final int COLORED_NAVIGATION_BAR_CHANGED = 10;
|
||||
public static final int COLORED_NAVIGATION_BAR_OTHER_SCREENS_CHANGED = 7;
|
||||
public static final int PLAYBACK_CONTROLLER_CARD_CHANGED = 8;
|
||||
public static final int TOOLBAR_TRANSPARENT_CHANGED = 9;
|
||||
|
||||
private final int action;
|
||||
private final Object value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue