浏览代码

lynx: overlay: Enable option for full screen aspect ratio

Change-Id: I2a1b2acc5ed97ccb6795dc371c2b3ac9cb4f9d03
Jesse Chan 7 年之前
父节点
当前提交
294a4110ae
共有 1 个文件被更改,包括 3 次插入0 次删除
  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>