<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> |