universal7885: overlay: disable wallpaper zooming

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
Aman Singh 2021-03-19 12:30:11 +05:30 committed by roynatech2544
commit 480df06f05
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -55,8 +55,14 @@
<string name="db_default_journal_mode" translatable="false">MEMORY</string>
<string name="db_default_sync_mode" translatable="false">OFF</string>
<string name="db_wal_sync_mode" translatable="false">OFF</string>
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
<bool name="config_showNavigationBar">true</bool>
<!-- The max scale for the wallpaper when it's zoomed in -->
<item name="config_wallpaperMaxScale" format="float" type="dimen">1.00</item>
<!-- Enable system navigation keys. -->
<bool name="config_supportSystemNavigationKeys">true</bool>
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->