aboutsummaryrefslogtreecommitdiffstats
path: root/lineage/res/res
diff options
context:
space:
mode:
Diffstat (limited to 'lineage/res/res')
-rw-r--r--lineage/res/res/values/config.xml3
-rw-r--r--lineage/res/res/values/symbols.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/lineage/res/res/values/config.xml b/lineage/res/res/values/config.xml
index 0b17b3fa..4a57ce1d 100644
--- a/lineage/res/res/values/config.xml
+++ b/lineage/res/res/values/config.xml
@@ -243,4 +243,7 @@
<!-- Whether device has a screen with a higher aspect ratio -->
<bool name="config_haveHigherAspectRatioScreen">false</bool>
+
+ <!-- Whether device has a notch -->
+ <bool name="config_haveNotch">false</bool>
</resources>
diff --git a/lineage/res/res/values/symbols.xml b/lineage/res/res/values/symbols.xml
index c58c6e4a..e61ee905 100644
--- a/lineage/res/res/values/symbols.xml
+++ b/lineage/res/res/values/symbols.xml
@@ -185,4 +185,7 @@
<!-- Full screen aspect ratio -->
<java-symbol type="bool" name="config_haveHigherAspectRatioScreen" />
+
+ <!-- Notch -->
+ <java-symbol type="bool" name="config_haveNotch" />
</resources>