2008-10-28 01:04:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
2012-02-21 03:56:05 +00:00
|
|
|
android:layout_height="fill_parent">
|
|
|
|
|
|
|
|
<include layout="@layout/message"/>
|
2012-02-25 00:08:55 +00:00
|
|
|
|
2008-10-28 01:04:44 +00:00
|
|
|
</LinearLayout>
|