wayne-common: overlay: Enable Swipe Up gesture navigation

Change-Id: I6ee5f42748cac1414e5c7f1327fe0f42bf6d863a
Signed-off-by: Kshitij Gupta <kshitijgm@gmail.com>
This commit is contained in:
Kshitij Gupta 2018-08-12 10:12:36 +00:00 committed by Isaac Chen
parent fd6afc24e3
commit 48cd52cfd9

View file

@ -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>