1 <?xml version="1.0" encoding="utf-8"?>
2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"
3 android:layout_height="fill_parent">
6 android:orientation="vertical"
7 android:layout_width="fill_parent"
8 android:layout_height="fill_parent">
9 <include android:id="@+id/titlebar" layout="@layout/titlebar" />
10 <ListView android:id="@id/timeline" android:layout_width="fill_parent" android:layout_height="wrap_content"></ListView>
13 android:id="@+id/post_message"
14 android:inflatedId="@+id/update"
15 android:layout="@layout/post_message"
16 android:layout_width="fill_parent"
17 android:layout_height="wrap_content"