Added own crash handler for debugging
[DHBWCampusApp.git] / app / src / main / res / layout / crash_log.xml
diff --git a/app/src/main/res/layout/crash_log.xml b/app/src/main/res/layout/crash_log.xml
new file mode 100644 (file)
index 0000000..176d49d
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical" android:layout_width="match_parent"
+    android:layout_height="match_parent">
+
+    <RelativeLayout
+        android:layout_width="250dp"
+        android:layout_height="wrap_content"
+        android:layout_gravity="center_horizontal">
+
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:textAppearance="?android:attr/textAppearanceLarge"
+            android:text="Irgendwas Doofes ist passiert. :/"
+            android:id="@+id/textView38"
+            android:layout_gravity="center_horizontal" />
+
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+            android:text="Crash Stacktrace wird an Entwickler gesendet..."
+            android:id="@+id/textView39"
+            android:layout_gravity="center_horizontal"
+            android:layout_below="@+id/textView38" />
+    </RelativeLayout>
+
+</LinearLayout>
\ No newline at end of file