From 4ac9784ab109bed94c1808e6af83d85d9dab35c5 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 12 Sep 2019 18:13:59 +0800 Subject: Add more info in settings->about. Fix title mismatch in settings. --- app/src/main/res/values/strings.xml | 10 ++++++++++ app/src/main/res/xml/about_preferences.xml | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 340e90f9..afd0cc44 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -288,6 +288,14 @@ Thumbtack Icon Icon made by Freepik from www.flaticon.com Material Icons + Open Source + Star it on Github if you like this app + Rate in Google Play + Give me a 5-star rating and I will be really happy + Email + docilealligator.app@gmail.com + Reddit Account + u/Hostilenemy Cannot get the link @@ -304,4 +312,6 @@ Could not handle the share request Share + + No Email client found diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml index a16237e4..e27844fc 100644 --- a/app/src/main/res/xml/about_preferences.xml +++ b/app/src/main/res/xml/about_preferences.xml @@ -10,4 +10,24 @@ app:title="@string/settings_credits_master_title" app:fragment="Settings.CreditsPreferenceFragment" /> + + + + + + + + \ No newline at end of file -- cgit v1.2.3