sdm710-common: overlay: Set full gesture navigation as default
User can also change it in the gesture settings. Change-Id: I8fca7b006e60f267ce04ac55eefb63af60be9c76
This commit is contained in:
parent
229b7a415d
commit
6b160423d6
1 changed files with 5 additions and 5 deletions
|
@ -426,9 +426,9 @@
|
||||||
strictly needed. -->
|
strictly needed. -->
|
||||||
<bool name="config_sf_limitedAlpha">true</bool>
|
<bool name="config_sf_limitedAlpha">true</bool>
|
||||||
|
|
||||||
<!-- Determines whether the shell features all run on another thread. -->
|
<!-- Controls the navigation bar interaction mode:
|
||||||
<bool name="config_enableShellMainThread">true</bool>
|
0: 3 button mode (back, home, overview buttons)
|
||||||
|
1: 2 button mode (back, home buttons + swipe up for overview)
|
||||||
<!-- Whether the new Auto Selection Network UI should be shown -->
|
2: gestures only for back, home and overview -->
|
||||||
<bool name="config_enableNewAutoSelectNetworkUI">true</bool>
|
<integer name="config_navBarInteractionMode">2</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue