wayne-common: overlay: Enable Swipe Up gesture navigation
Change-Id: I6ee5f42748cac1414e5c7f1327fe0f42bf6d863a Signed-off-by: Kshitij Gupta <kshitijgm@gmail.com>
This commit is contained in:
parent
fd6afc24e3
commit
48cd52cfd9
1 changed files with 3 additions and 0 deletions
|
@ -468,4 +468,7 @@
|
||||||
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
||||||
autodetected from the Configuration. -->
|
autodetected from the Configuration. -->
|
||||||
<bool name="config_showNavigationBar">true</bool>
|
<bool name="config_showNavigationBar">true</bool>
|
||||||
|
|
||||||
|
<!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
|
||||||
|
<bool name="config_swipe_up_gesture_setting_available">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue