From 5c67e69ee46bfa99a106a00e221e58e36ac1c72a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 13 Feb 2011 15:05:17 -0500 Subject: [PATCH] move message list batch buttons to their own layout --- res/layout/message_list.xml | 56 +++-------------------- res/layout/message_list_batch_buttons.xml | 43 +++++++++++++++++ 2 files changed, 50 insertions(+), 49 deletions(-) create mode 100644 res/layout/message_list_batch_buttons.xml diff --git a/res/layout/message_list.xml b/res/layout/message_list.xml index 083fc383a..dbcdd09f4 100644 --- a/res/layout/message_list.xml +++ b/res/layout/message_list.xml @@ -1,58 +1,16 @@ - - - - - - - + android:layout_height="fill_parent" + android:orientation="vertical" > - + + diff --git a/res/layout/message_list_batch_buttons.xml b/res/layout/message_list_batch_buttons.xml new file mode 100644 index 000000000..38b5af0ae --- /dev/null +++ b/res/layout/message_list_batch_buttons.xml @@ -0,0 +1,43 @@ + + + + + + +