2011-12-20 18:20:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-07-17 02:56:10 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical">
|
2011-12-20 18:20:44 +00:00
|
|
|
|
2012-07-17 02:56:10 +00:00
|
|
|
<ListView android:id="@android:id/list"
|
2012-07-17 03:20:13 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:drawSelectorOnTop="false"
|
|
|
|
android:scrollbarStyle="insideOverlay"
|
|
|
|
android:fadingEdgeLength="16dip"
|
2012-07-18 22:35:13 +00:00
|
|
|
android:layout_alignParentTop="true"/>
|
2011-12-20 18:20:44 +00:00
|
|
|
|
|
|
|
</RelativeLayout>
|