From 65d7980d0f081e547b34c05d8e31c4eb3acd76b2 Mon Sep 17 00:00:00 2001 From: bigrushdog Date: Tue, 24 Nov 2020 20:51:06 +0000 Subject: [PATCH] NavigationBar visible from DUI: Initial checkin for Oreo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit included Protect against SystemUI FC when toggling navbar too fast by ezio84 Signed-off-by: Hưng Phan --- res/values-vi/cherish_strings.xml | 2 ++ res/values/cherish_strings.xml | 3 ++ res/xml/cherish_settings_button.xml | 5 +++ .../settings/fragments/ButtonSettings.java | 35 +++++++++++++++++++ 4 files changed, 45 insertions(+) diff --git a/res/values-vi/cherish_strings.xml b/res/values-vi/cherish_strings.xml index 49c156f..344b933 100644 --- a/res/values-vi/cherish_strings.xml +++ b/res/values-vi/cherish_strings.xml @@ -767,4 +767,6 @@ Đảo ngược bố cục Đảo ngược bố cục của thanh điều hướng và các mục khác, chẳng hạn như trình chuyển đổi IME Bật điều hướng hai nút hoặc ba nút để sử dụng tính năng này + Thanh điều hướng + Bật-tắt thanh điều hướng diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 7be1d46..2e836ca 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -875,5 +875,8 @@ Invert layout Inverts the layout of the navigation bar and other items, such as the IME switcher Enable two button or three button navigation to use this feature + + Nav Bar + Enable-disable navigation bar diff --git a/res/xml/cherish_settings_button.xml b/res/xml/cherish_settings_button.xml index 2b34c27..c961f88 100644 --- a/res/xml/cherish_settings_button.xml +++ b/res/xml/cherish_settings_button.xml @@ -34,6 +34,11 @@ android:title="@string/navigation_bar_invert_layout_title" android:summary="@string/navigation_bar_invert_layout_summary" android:defaultValue="false" /> + +