2012-04-08 16:29:08 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-04-08 23:54:39 +00:00
|
|
|
<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-04-08 16:29:08 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
2012-04-08 23:54:39 +00:00
|
|
|
|
|
|
|
<ListView
|
|
|
|
android:id="@+id/android:list"
|
2012-04-08 16:29:08 +00:00
|
|
|
android:layout_width="fill_parent"
|
2012-04-08 23:54:39 +00:00
|
|
|
android:layout_height="fill_parent"/>
|
|
|
|
|
2012-04-08 16:29:08 +00:00
|
|
|
</LinearLayout>
|