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"
|
2012-10-02 13:46:08 -04:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:background="?android:attr/colorBackground">
|
2012-09-12 04:18:07 -04:00
|
|
|
<com.handmark.pulltorefresh.library.PullToRefreshListView
|
2009-11-30 17:39:01 -05:00
|
|
|
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
|
|
|
</LinearLayout>
|