Merge "StatusBar treatment for Letterbox - Add flag to Flags.java" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
071f31151e
@@ -142,6 +142,9 @@ public class Flags {
|
|||||||
public static final ResourceBooleanFlag STATUS_BAR_USER_SWITCHER =
|
public static final ResourceBooleanFlag STATUS_BAR_USER_SWITCHER =
|
||||||
new ResourceBooleanFlag(602, R.bool.flag_user_switcher_chip);
|
new ResourceBooleanFlag(602, R.bool.flag_user_switcher_chip);
|
||||||
|
|
||||||
|
public static final BooleanFlag STATUS_BAR_LETTERBOX_APPEARANCE =
|
||||||
|
new BooleanFlag(603, false);
|
||||||
|
|
||||||
/***************************************/
|
/***************************************/
|
||||||
// 700 - dialer/calls
|
// 700 - dialer/calls
|
||||||
public static final BooleanFlag ONGOING_CALL_STATUS_BAR_CHIP =
|
public static final BooleanFlag ONGOING_CALL_STATUS_BAR_CHIP =
|
||||||
|
|||||||
Reference in New Issue
Block a user