replicant-packages_apps_Email/res/layout
Makoto Onuki 16a60dca84 Fragmentize MessageView.
This version is hybrid of the old design and what Andy's suggested.
- MessageViewFragment is responsible to show a single message at a time.
- Call MVF.openMessage() to tell it to open another message.
  No need to re-create a new MVF to do this.
- MessageView manages the message list, and handles "move-to-newer/older"
  buttons.

Reason for not re-creating a fragment when opening another message is:
- Re-using the same fragment doesn't make it as complecated/ugly as I
  was initially afraid.
  It's basically cancelling all running tasks, re-initializee some views,
  and load a message.
- We don't have to run MVF.onCreate() over and over again when moving through
  messages.
We may change the strategy later, but I think it's suffice for now.
(Changing this might affect how the back key works, so let's revisit it
when the fragment manager supports back.)

Basically this CL is all about internal changes.
No UI should have changed except for:
- Moved "Move to newer/older" buttons to the bottom.

Also fixes:
Bug: 2849129

Change-Id: I00c05069231afded9d98d3d52dd9a7925ebdee9d
2010-07-19 18:34:40 -07:00
..
account_folder_list_item.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
account_folder_list.xml Convert AccountFolderList to use a Fragment 2010-06-18 15:32:10 -07:00
account_setup_account_type.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
account_setup_basics.xml Remove overscroll 2010-03-29 16:46:19 -07:00
account_setup_check_settings.xml Remove overscroll 2010-03-29 16:46:19 -07:00
account_setup_exchange.xml Added a label to Exchange device ID. 2010-05-17 14:30:15 -07:00
account_setup_incoming.xml Remove overscroll 2010-03-29 16:46:19 -07:00
account_setup_names.xml Remove overscroll 2010-03-29 16:46:19 -07:00
account_setup_options.xml Remove overscroll 2010-03-29 16:46:19 -07:00
account_setup_outgoing.xml Remove overscroll 2010-03-29 16:46:19 -07:00
accounts_item.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
accounts.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
connection_error_banner.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
debug.xml Use "*#*#36245#*#*" to activate the debug screen. 2010-07-01 16:15:07 -07:00
list_separator.xml Updates to AccountFolderList 2009-07-30 15:50:08 -07:00
list_title.xml Email: husky title for MessageList & MailboxList. 2010-02-11 17:59:00 +01:00
mailbox_list_item.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
mailbox_list.xml Switch to ListFragment, and use its default layout. 2010-07-09 13:22:53 -07:00
message_compose_attachment.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
message_compose.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
message_list_item_footer.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
message_list_item.xml MessageList: Introducing "selection mode". 2010-06-23 16:23:41 -07:00
message_list.xml Switch to ListFragment, and use its default layout. 2010-07-09 13:22:53 -07:00
message_view_attachment.xml Deprecate fill_parent and introduce match_parent. 2010-01-08 15:11:47 -08:00
message_view_header.xml Fragmentize MessageView. 2010-07-19 18:34:40 -07:00
message_view_invitation.xml Fix layout issue introduced with I5b680418 2010-04-08 15:00:35 -07:00
message_view.xml Fragmentize MessageView. 2010-07-19 18:34:40 -07:00
recipient_dropdown_item.xml GAL UI cleanup work (in progress) 2010-03-15 19:17:03 -07:00
recipient_dropdown_separator.xml GAL UI cleanup work (in progress) 2010-03-15 19:17:03 -07:00
upgrade_accounts_item.xml Legacy account migration 2010-02-10 23:18:19 -08:00
upgrade_accounts.xml Don't use internal resources. 2010-06-16 14:07:17 -07:00