View crash reports in Settings -> About -> Crash Reports.

This commit is contained in:
Alex Ning
2020-07-08 12:32:49 +08:00
parent 406d82ef52
commit 318b11da01
9 changed files with 134 additions and 4 deletions

View File

@@ -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" />

View File

@@ -0,0 +1,6 @@
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/recycler_view_crash_reports_fragment"
tools:context="ml.docilealligator.infinityforreddit.Settings.CrashReportsFragment" />

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?attr/primaryTextColor"
android:textSize="?attr/font_16"
android:fontFamily="?attr/font_family" />