aboutsummaryrefslogtreecommitdiff
path: root/android/res/layout/activity_results.xml
blob: 46c8f66f1c5bea63c408708c4054e577fed0becd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">

    <HorizontalScrollView android:layout_width="match_parent"
                          android:layout_height="wrap_content">

        <TextView android:id="@+id/results"
                  android:layout_width="match_parent"
                  android:layout_height="wrap_content"
                  android:typeface="monospace" />

    </HorizontalScrollView>

</ScrollView>