2008-10-27 21:04:44 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-11-13 18:42:52 -05:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
2009-11-22 19:23:34 -05:00
|
|
|
android:layout_height="fill_parent"
|
2012-10-02 13:46:08 -04:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:background="?android:attr/colorBackground">
|
2008-10-27 21:04:44 -04:00
|
|
|
<ListView
|
|
|
|
android:id="@android:id/list"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
/>
|
2009-11-13 23:48:39 -05:00
|
|
|
</LinearLayout>
|