aboutsummaryrefslogtreecommitdiffstats
path: root/layoutopt/samples/scrolling.xml
blob: 534289c12658fd5988e3a08aabfc717198efec00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>

<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="fill_parent"
    android:layout_height="fill_parent">

	<LinearLayout
	    android:layout_width="fill_parent"
	    android:layout_height="fill_parent">

		<ListView 
		    android:layout_width="fill_parent"
		    android:layout_height="fill_parent" />

	</LinearLayout>

</ScrollView>