From 2d0aa76d3458800a7eeda357f85f38f11bcc0542 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 2 Apr 2021 15:21:15 +0800 Subject: New option: Crash Reports. --- app/src/main/res/layout/fragment_crash_reports.xml | 6 ++++++ app/src/main/res/layout/item_crash_report.xml | 8 ++++++++ app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/advanced_preferences.xml | 4 ++++ 4 files changed, 19 insertions(+) create mode 100644 app/src/main/res/layout/fragment_crash_reports.xml create mode 100644 app/src/main/res/layout/item_crash_report.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/fragment_crash_reports.xml b/app/src/main/res/layout/fragment_crash_reports.xml new file mode 100644 index 00000000..bc87d22c --- /dev/null +++ b/app/src/main/res/layout/fragment_crash_reports.xml @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_crash_report.xml b/app/src/main/res/layout/item_crash_report.xml new file mode 100644 index 00000000..8b5051ce --- /dev/null +++ b/app/src/main/res/layout/item_crash_report.xml @@ -0,0 +1,8 @@ + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f2c97761..496b787f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -556,6 +556,7 @@ Hide Favorite Subreddits Section Hide Subscribed Subreddits Section Default Search Result Tab + Crash Reports Cannot get the link diff --git a/app/src/main/res/xml/advanced_preferences.xml b/app/src/main/res/xml/advanced_preferences.xml index 0ddef34d..3bc0ce77 100644 --- a/app/src/main/res/xml/advanced_preferences.xml +++ b/app/src/main/res/xml/advanced_preferences.xml @@ -46,4 +46,8 @@ app:key="restore_settings" app:title="@string/settings_restore_settings_title" /> + + \ No newline at end of file -- cgit v1.2.3