sdk: Add an overlay to specify notch presence
Change-Id: Ia6a39484a45c2bbe300d9cf905999d405d11aa22
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -185,4 +185,7 @@
|
||||
|
||||
<!-- Full screen aspect ratio -->
|
||||
<java-symbol type="bool" name="config_haveHigherAspectRatioScreen" />
|
||||
|
||||
<!-- Notch -->
|
||||
<java-symbol type="bool" name="config_haveNotch" />
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user