• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2
3<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
4    android:id="@+id/scrollView1"
5    android:layout_width="fill_parent"
6    android:layout_height="fill_parent" >
7
8    <TableLayout
9        android:id="@+id/tableLayout"
10        android:layout_width="fill_parent"
11        android:layout_height="wrap_content"
12        android:saveEnabled="false" />
13
14</ScrollView>
15
16