diff options
Diffstat (limited to 'packages/SystemUI/res/values/bools.xml')
-rw-r--r-- | packages/SystemUI/res/values/bools.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/bools.xml b/packages/SystemUI/res/values/bools.xml index 499e24e6ecbd..04fc4b8c45a8 100644 --- a/packages/SystemUI/res/values/bools.xml +++ b/packages/SystemUI/res/values/bools.xml @@ -18,4 +18,16 @@ <resources> <!-- Whether to show the user switcher in quick settings when only a single user is present. --> <bool name="qs_show_user_switcher_for_single_user">false</bool> + + <!-- Whether to show a custom biometric prompt size--> + <bool name="use_custom_bp_size">false</bool> + + <!-- Whether to enable clipping on Quick Settings --> + <bool name="qs_enable_clipping">true</bool> + + <!-- Whether to enable clipping on Notification Views --> + <bool name="notification_enable_clipping">true</bool> + + <!-- Whether to enable transparent background for notification scrims --> + <bool name="notification_scrim_transparent">false</bool> </resources> |