add weibo src
[freespace.git] / res / layout / mentions.xml
blob02ad291f3e0fc3466e2c8505cce6816fbf44033c
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">
4 <LinearLayout
5  
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>
11 </LinearLayout>
12 <ViewStub
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"
18         /> 
19 </FrameLayout>