blob: bc87d22cf7844b6bbca1b671acf2fb55666306a6 (
plain) (
blame)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<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"
tools:context=".settings.CrashReportsFragment" />
|