Cherish: notch-city: Add 3 mode display cutout handler [3/3]

[AgentFabulous - POSP]
- Add the respective control in here
- Also add a little video illustration I made to go along with it :)

Signed-off-by: Kshitij Gupta <kshitijgm@gmail.com>
Signed-off-by: Arghya Chanda <arghyac35@gmail.com>
Change-Id: I8fe68610a50e2a430363dc09f4a9adb8a4563ad0
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Kshitij Gupta
2019-01-04 04:01:57 +05:30
committed by Hưng Phan
parent 0f1e289798
commit 7c352e5482
7 changed files with 182 additions and 0 deletions

View File

@@ -1158,4 +1158,14 @@
<!-- Status Bar Lyric -->
<string name="status_bar_show_lyric_title">Status bar lyric</string>
<string name="status_bar_show_lyric_summary">Show lyric in status bar (need App support)</string>
<!-- Display cutout options -->
<string name="cutout_main">Display Cutout</string>
<string name="cutout_main_summary">They really cut corners with this one</string>
<string name="display_cutout_style_title">Cutout style</string>
<string name="display_cutout_style_normal">Normal</string>
<string name="display_cutout_style_immerse">Immerse</string>
<string name="display_cutout_style_hide">Hide</string>
<string name="stock_statusbar_in_hide">Stock statusbar height</string>
<string name="stock_statusbar_in_hide_summary">Use default statusbar height in Hide</string>
</resources>