More overlay work

This commit is contained in:
Tad 2018-07-12 22:12:55 -04:00
parent 1dc92478ed
commit 9dec3c7018
10 changed files with 25 additions and 14 deletions

View file

@ -16,4 +16,7 @@
<fraction name="def_window_animation_scale">50%</fraction>
<fraction name="def_window_transition_scale">50%</fraction>
<bool name="def_backup_enabled">false</bool>
<string name="def_backup_transport" translatable="false">android/com.android.internal.backup.LocalTransport</string>
</resources>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- When true, weather options will be displayed in settings dashboard -->
<bool name="config_showWeatherMenu">false</bool>
</resources>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- When true, weather options will be displayed in settings dashboard -->
<bool name="config_showWeatherMenu">false</bool>
</resources>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Does the device allow updating the recovery. -->
<bool name="config_enableRecoveryUpdater">true</bool>
</resources>