aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_crash_report.xml
blob: 8b5051ce1e0e4fc95272aac746d8ff4487e258e8 (plain) (tree)
1
2
3
4
5
6
7
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:paddingStart="16dp"
    android:paddingEnd="16dp"
    android:textColor="?attr/primaryTextColor"
    android:textSize="?attr/font_default" />