diff options
Diffstat (limited to 'packages/SystemUI/res/values/ids.xml')
-rw-r--r-- | packages/SystemUI/res/values/ids.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/ids.xml b/packages/SystemUI/res/values/ids.xml index 4a9eb55..3fc75d2 100644 --- a/packages/SystemUI/res/values/ids.xml +++ b/packages/SystemUI/res/values/ids.xml @@ -36,5 +36,16 @@ <item type="id" name="height_animator_start_value_tag"/> <item type="id" name="doze_saved_filter_tag"/> <item type="id" name="qs_icon_tag"/> + <item type="id" name="scrim"/> + <item type="id" name="notification_power"/> + <item type="id" name="notification_screenshot"/> + <item type="id" name="notification_hidden"/> + <item type="id" name="notification_volumeui"/> + + <!-- Whether the icon is from a notification for which targetSdk < L --> + <item type="id" name="icon_is_pre_L"/> + + <!-- For notification icons for which targetSdk < L, this caches whether the icon is grayscale --> + <item type="id" name="icon_is_grayscale" /> </resources> |