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 04:56:05 +01:00
|
|
|
android:layout_height="fill_parent">
|
|
|
|
|
|
|
|
<include layout="@layout/message"/>
|
2012-02-25 01:08:55 +01:00
|
|
|
|
2010-12-13 00:18:04 +00:00
|
|
|
<include layout="@layout/message_view_move_buttons"/>
|
2012-02-25 01:08:55 +01:00
|
|
|
|
2010-12-13 00:18:04 +00:00
|
|
|
<include layout="@layout/message_view_bottom_buttons"/>
|
2012-02-21 04:56:05 +01:00
|
|
|
|
2008-10-28 01:04:44 +00:00
|
|
|
</LinearLayout>
|