mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 09:49:16 +02:00
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:
parent
38c54686eb
commit
de13ff3913
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue