From 55fb6116fa2359cfd3cee0ebefba4cda6e86bdac Mon Sep 17 00:00:00 2001 From: ezio84 Date: Thu, 20 Feb 2020 01:09:44 -0500 Subject: [PATCH] Cherish: Navbar: Add navbar layout hook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I83f79cdf317f34df28a0139d06cd994242250d31 Signed-off-by: SagarMakhar Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 2 ++ res/xml/cherish_settings_button.xml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 10a8c14..29f2e4b 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -507,4 +507,6 @@ On-screen navigation bar Enable on-screen navigation keys + Layout + Customize the layout of the navigation bar diff --git a/res/xml/cherish_settings_button.xml b/res/xml/cherish_settings_button.xml index 61fc229..78cadc6 100644 --- a/res/xml/cherish_settings_button.xml +++ b/res/xml/cherish_settings_button.xml @@ -225,5 +225,15 @@ android:key="force_show_navbar" android:title="@string/navigation_bar_title" android:summary="@string/navigation_bar_summary" /> + + + + \ No newline at end of file