aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/layout/activity_crash_log.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/app/src/main/res/layout/activity_crash_log.xml')
-rw-r--r--android/WALT/app/src/main/res/layout/activity_crash_log.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/WALT/app/src/main/res/layout/activity_crash_log.xml b/android/WALT/app/src/main/res/layout/activity_crash_log.xml
new file mode 100644
index 0000000..0f34aa5
--- /dev/null
+++ b/android/WALT/app/src/main/res/layout/activity_crash_log.xml
@@ -0,0 +1,11 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:scrollbars="vertical"
+ android:id="@+id/txt_crash_log"/>
+
+</RelativeLayout>