2009-11-26 10:47:58 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-02-13 15:05:17 -05:00
|
|
|
<LinearLayout
|
2009-11-26 10:47:58 -05:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
2011-02-13 15:05:17 -05:00
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical" >
|
2009-11-30 17:39:01 -05:00
|
|
|
<ListView
|
|
|
|
android:id="@+id/message_list"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2010-05-04 16:54:46 -04:00
|
|
|
android:cacheColorHint="?android:attr/colorBackground"
|
2011-02-13 15:05:17 -05:00
|
|
|
android:layout_weight="5"
|
|
|
|
|
2009-11-30 17:39:01 -05:00
|
|
|
/>
|
2011-02-13 15:05:17 -05:00
|
|
|
<include layout="@layout/message_list_batch_buttons"/>
|
|
|
|
</LinearLayout>
|