| <?xml version="1.0" encoding="utf-8"?> |
| |
| <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
| android:layout_width="fill_parent" |
| android:layout_height="wrap_content" |
| > |
| <ScrollView |
| android:id="@+id/myScrollView" |
| android:layout_width="fill_parent" |
| android:layout_height="wrap_content" |
| > |
| <AbsoluteLayout |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| android:orientation="vertical" |
| android:layout_width="fill_parent" |
| android:layout_height="fill_parent" |
| > |
| <TextView |
| android:id="@+id/myTextView1" |
| android:layout_width="fill_parent" |
| android:layout_height="wrap_content" |
| android:typeface="monospace" |
| /> |
| |
| </AbsoluteLayout> |
| |
| </ScrollView> |
| </HorizontalScrollView> |