From 02db44e532fc329fecab9c139dae6799ae4269d8 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 31 Jan 2020 22:09:46 +0800 Subject: Reorganize settings. Opening link in app is now available. --- .../res/xml/gestures_and_buttons_preference.xml | 19 ++++++ app/src/main/res/xml/interface_preference.xml | 44 ++++++++++++++ app/src/main/res/xml/main_preferences.xml | 67 ++++------------------ app/src/main/res/xml/notification_preferences.xml | 2 +- 4 files changed, 76 insertions(+), 56 deletions(-) create mode 100644 app/src/main/res/xml/gestures_and_buttons_preference.xml create mode 100644 app/src/main/res/xml/interface_preference.xml (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/gestures_and_buttons_preference.xml b/app/src/main/res/xml/gestures_and_buttons_preference.xml new file mode 100644 index 00000000..2f15e6be --- /dev/null +++ b/app/src/main/res/xml/gestures_and_buttons_preference.xml @@ -0,0 +1,19 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml new file mode 100644 index 00000000..434a0173 --- /dev/null +++ b/app/src/main/res/xml/interface_preference.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index 395d10e1..f79b8234 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> @@ -20,59 +20,21 @@ app:key="amoled_dark" app:title="@string/settings_amoled_dark_title" /> - - - - - - - - - - - - - - - + - + + app:icon="@drawable/ic_link" + app:key="open_link_in_app" + app:title="@string/settings_open_link_in_app_title" /> - -