Added own crash handler for debugging
[DHBWCampusApp.git] / app / src / main / res / layout / crash_log.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical" android:layout_width="match_parent"
4     android:layout_height="match_parent">
5
6     <RelativeLayout
7         android:layout_width="250dp"
8         android:layout_height="wrap_content"
9         android:layout_gravity="center_horizontal">
10
11         <TextView
12             android:layout_width="wrap_content"
13             android:layout_height="wrap_content"
14             android:textAppearance="?android:attr/textAppearanceLarge"
15             android:text="Irgendwas Doofes ist passiert. :/"
16             android:id="@+id/textView38"
17             android:layout_gravity="center_horizontal" />
18
19         <TextView
20             android:layout_width="wrap_content"
21             android:layout_height="wrap_content"
22             android:textAppearance="?android:attr/textAppearanceMedium"
23             android:text="Crash Stacktrace wird an Entwickler gesendet..."
24             android:id="@+id/textView39"
25             android:layout_gravity="center_horizontal"
26             android:layout_below="@+id/textView38" />
27     </RelativeLayout>
28
29 </LinearLayout>