diff options
Diffstat (limited to 'packages/SystemUI/res/values/ids.xml')
-rw-r--r-- | packages/SystemUI/res/values/ids.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/ids.xml b/packages/SystemUI/res/values/ids.xml index 5eacc3e6006b..b5ac9405be0c 100644 --- a/packages/SystemUI/res/values/ids.xml +++ b/packages/SystemUI/res/values/ids.xml @@ -131,10 +131,20 @@ <!-- For StatusIconContainer to tag its icon views --> <item type="id" name="status_bar_view_state_tag" /> + <!-- Status bar --> + <item type="id" name="status_bar_dot" /> + + <!-- Default display cutout on the physical top of screen --> <item type="id" name="display_cutout" /> + <item type="id" name="display_cutout_left" /> + <item type="id" name="display_cutout_right" /> + <item type="id" name="display_cutout_bottom" /> <item type="id" name="row_tag_for_content_view" /> + <!-- Chipbar --> + <item type="id" name="tag_chipbar_info"/> + <!-- Optional cancel button on Keyguard --> <item type="id" name="cancel_button"/> @@ -176,5 +186,16 @@ <item type="id" name="rounded_corner_top_right"/> <item type="id" name="rounded_corner_bottom_left"/> <item type="id" name="rounded_corner_bottom_right"/> + + <!-- face scanning view id --> + <item type="id" name="face_scanning_anim"/> + + <item type="id" name="qqs_tile_layout"/> + + <!-- The buttons in the Quick Settings footer actions.--> + <item type="id" name="multi_user_switch"/> + <item type="id" name="pm_lite"/> + <item type="id" name="settings_button_container"/> + </resources> |