diff options
author | Jesse Chan <jc@lineageos.org> | 2018-04-30 23:02:55 -0700 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-19 00:00:09 +0000 |
commit | 25cd992652a09709aec29af35aef8e8a51f40db4 (patch) | |
tree | 6b87b616a524fb4a160e9f5d0ee3750ae33e3995 /overlay-lineage/lineage-sdk | |
parent | 38501bbfd1d06340be3f0d4f483de95a777903d1 (diff) |
wayne: overlay-lineage: Enable option for full screen aspect ratio
Change-Id: Ibf0bfabd06d704e220c8a74b60e6a822fa39dcf4
Diffstat (limited to 'overlay-lineage/lineage-sdk')
-rw-r--r-- | overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml index 6dd9de1..1660dce 100644 --- a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml +++ b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml @@ -52,4 +52,7 @@ For example, a device with notification and battery lights that supports pulsating and RGB control would set this config to 75. --> <integer name="config_deviceLightCapabilities">232</integer> + + <!-- Whether device has screen with higher aspect ratio --> + <bool name="config_haveHigherAspectRatioScreen">true</bool> </resources> |