blob: 46c8f66f1c5bea63c408708c4054e577fed0becd [file] [log] [blame]
<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>