From 3b0eb15646cc9ac60a7661cf25d5a1a528bae404 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 27 Aug 2019 16:46:46 +0800 Subject: This app now has an icon (finally)git statusgit statusgit status Add a credits page in settings. Use another error view and no comment placeholder. --- app/src/main/res/xml/about_preferences.xml | 13 ++++++++ app/src/main/res/xml/credits_preferences.xml | 44 ++++++++++++++++++++++++++++ app/src/main/res/xml/main_preferences.xml | 6 ++-- 3 files changed, 59 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/xml/about_preferences.xml create mode 100644 app/src/main/res/xml/credits_preferences.xml (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml new file mode 100644 index 00000000..a16237e4 --- /dev/null +++ b/app/src/main/res/xml/about_preferences.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/credits_preferences.xml b/app/src/main/res/xml/credits_preferences.xml new file mode 100644 index 00000000..d5a5f580 --- /dev/null +++ b/app/src/main/res/xml/credits_preferences.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 7d482fae..bdf0f2a6 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -3,7 +3,6 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> @@ -31,8 +30,7 @@ app:title="@string/settings_enable_nsfw_title"/> + app:title="@string/settings_about_master_title" + app:fragment="Settings.AboutPreferenceFragment" /> \ No newline at end of file -- cgit v1.2.3