2008-10-28 01:04:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-11-13 23:42:52 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
2009-11-23 00:23:34 +00:00
|
|
|
android:layout_height="fill_parent"
|
2009-11-13 23:42:52 +00:00
|
|
|
android:layout_width="fill_parent">
|
2008-10-28 01:04:44 +00:00
|
|
|
<ListView
|
|
|
|
android:id="@android:id/list"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
/>
|
2009-11-14 04:48:39 +00:00
|
|
|
</LinearLayout>
|