Browse Source

lynx: overlay: Enable option for full screen aspect ratio

Change-Id: I2a1b2acc5ed97ccb6795dc371c2b3ac9cb4f9d03
Jesse Chan 6 years ago
parent
commit
294a4110ae
1 changed files with 3 additions and 0 deletions
  1. 3 0
      overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml

+ 3 - 0
overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml

@@ -19,6 +19,9 @@
 
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
 
+    <!-- Whether device has screen with higher aspect ratio -->
+    <bool name="config_haveHigherAspectRatioScreen">true</bool>
+
     <!-- Whether the device supports wireless charging or not -->
     <bool name="config_deviceSupportsWirelessCharging">true</bool>