aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/layout/activity_crash_log.xml
blob: 0f34aa55ebc0265246a91083884445e65effaddf (plain)
1
2
3
4
5
6
7
8
9
10
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>