Attempt to add 3 button nav back
This commit is contained in:
@@ -1,8 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Set dark mode as default -->
|
<!-- Control the default night mode to use when there is no other mode override set.
|
||||||
|
One of the following values (see UiModeManager.java):
|
||||||
|
0 - MODE_NIGHT_AUTO
|
||||||
|
1 - MODE_NIGHT_NO
|
||||||
|
2 - MODE_NIGHT_YES
|
||||||
|
-->
|
||||||
<integer name="config_defaultThemeMode">2</integer>
|
<integer name="config_defaultThemeMode">2</integer>
|
||||||
|
|
||||||
|
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
||||||
|
autodetected from the Configuration. -->
|
||||||
|
<bool name="config_showNavigationBar">true</bool>
|
||||||
|
|
||||||
<!-- Controls the navigation bar interaction mode:
|
<!-- Controls the navigation bar interaction mode:
|
||||||
0: 3 button mode (back, home, overview buttons)
|
0: 3 button mode (back, home, overview buttons)
|
||||||
1: 2 button mode (back, home buttons + swipe up for overview)
|
1: 2 button mode (back, home buttons + swipe up for overview)
|
||||||
@@ -13,18 +22,10 @@
|
|||||||
<string name="config_defaultLauncher">app.lawnchair/.LawnchairLauncher</string>
|
<string name="config_defaultLauncher">app.lawnchair/.LawnchairLauncher</string>
|
||||||
|
|
||||||
<!-- Set default wallpaper picker to ThemePicker exported alias -->
|
<!-- Set default wallpaper picker to ThemePicker exported alias -->
|
||||||
<string name="config_wallpaper_picker_package" translatable="false">
|
<string name="config_wallpaper_picker_package" translatable="false">com.android.customization.picker</string>
|
||||||
com.android.customization.picker
|
<string name="config_wallpaper_picker_class" translatable="false">com.android.customization.picker.CustomizationPickerActivity</string>
|
||||||
</string>
|
<string name="config_wallpaper_picker_action" translatable="false">android.intent.action.SET_WALLPAPER</string>
|
||||||
<string name="config_wallpaper_picker_class" translatable="false">
|
<string name="config_wallpaper_picker_launch_extra" translatable="false">com.android.wallpaper.LAUNCH_SOURCE</string>
|
||||||
com.android.customization.picker.CustomizationPickerActivity
|
|
||||||
</string>
|
|
||||||
<string name="config_wallpaper_picker_action" translatable="false">
|
|
||||||
android.intent.action.SET_WALLPAPER
|
|
||||||
</string>
|
|
||||||
<string name="config_wallpaper_picker_launch_extra" translatable="false">
|
|
||||||
com.android.wallpaper.LAUNCH_SOURCE
|
|
||||||
</string>
|
|
||||||
|
|
||||||
<!-- Set default browser -->
|
<!-- Set default browser -->
|
||||||
<string name="config_defaultBrowser">com.vivladi.browser</string>
|
<string name="config_defaultBrowser">com.vivladi.browser</string>
|
||||||
|
Reference in New Issue
Block a user