2008-10-27 21:04:44 -04: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-20 22:56:05 -05:00
|
|
|
android:layout_height="fill_parent">
|
|
|
|
|
|
|
|
<include layout="@layout/message"/>
|
2012-02-24 19:08:55 -05:00
|
|
|
|
2010-12-12 19:18:04 -05:00
|
|
|
<include layout="@layout/message_view_move_buttons"/>
|
2012-02-24 19:08:55 -05:00
|
|
|
|
2010-12-12 19:18:04 -05:00
|
|
|
<include layout="@layout/message_view_bottom_buttons"/>
|
2012-02-20 22:56:05 -05:00
|
|
|
|
2008-10-27 21:04:44 -04:00
|
|
|
</LinearLayout>
|