1 <?xml version="1.0" encoding="utf-8"?>
2 <FrameLayout android:layout_width="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_height="fill_parent" android:id="@+id/list_body">
4 <ListView android:layout_width="fill_parent"
5 android:layout_height="fill_parent" android:id="@+id/reply_list"></ListView>
6 <ListView android:layout_width="fill_parent"
7 android:layout_height="fill_parent" android:id="@+id/retweet_list"></ListView>