whyred: enable navbar overlay

* the device doesn't have hardware buttons
* Hence the navbar needs to be enabled by default

Change-Id: I5ec129f0b797f32970483a73502522e155b2059c
Signed-off-by: Subhaam <derksoul98@gmail.com>
This commit is contained in:
Subhaam 2018-07-07 11:07:43 +05:30 committed by Vasishath Kaushal
parent 38c54686eb
commit de13ff3913

View file

@ -345,6 +345,10 @@
<item>lte:524288,1048576,8388608,262144,524288,4194304</item> <item>lte:524288,1048576,8388608,262144,524288,4194304</item>
</string-array> </string-array>
<!-- 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>
<!-- Configure wifi tcp buffersizes in the form: <!-- Configure wifi tcp buffersizes in the form:
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max --> rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
<string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,8388608,262144,524288,4194304</string> <string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,8388608,262144,524288,4194304</string>