From 318b11da01ad843ad63d82b4ac87eb1eaa84b9dc Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 8 Jul 2020 12:32:49 +0800 Subject: View crash reports in Settings -> About -> Crash Reports. --- app/src/main/res/layout/fragment_acknowledgement.xml | 2 +- app/src/main/res/layout/fragment_crash_reports.xml | 6 ++++++ app/src/main/res/layout/item_crash_report.xml | 8 ++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) 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/layout') diff --git a/app/src/main/res/layout/fragment_acknowledgement.xml b/app/src/main/res/layout/fragment_acknowledgement.xml index b6d17db9..716c69e8 100644 --- a/app/src/main/res/layout/fragment_acknowledgement.xml +++ b/app/src/main/res/layout/fragment_acknowledgement.xml @@ -3,4 +3,4 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/recycler_view_acknowledgement_fragment" - tools:context="ml.docilealligator.infinityforreddit.Settings.AcknowledgementFragment"/> + tools:context="ml.docilealligator.infinityforreddit.Settings.AcknowledgementFragment" /> 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..2c768908 --- /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..e8b46fd6 --- /dev/null +++ b/app/src/main/res/layout/item_crash_report.xml @@ -0,0 +1,8 @@ + + \ No newline at end of file -- cgit v1.2.3