1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/res/layout
cketti 309eeb72ac Got rid of the ScrollView in MessageView
The ScrollView around the WebView caused all sorts of problems. This
change removes the ScrollView and uses the undocumented method
WebView.setEmbeddedTitleBar() to set the MessageHeader view as "title
bar" of the WebView. This allows MessageHeader to scroll away making
more room for the WebView.
All of the "magic title bar" code was originally implemented by Jesse
for Kaiten.

Because WebView doesn't support a scrolling footer we can no longer
support scrolling buttons or attachments at the end of the message. Now
users can switch from message view to attachment view via a button just
below the message headers.

I also copied some code for which I was too lazy to create a separate
commit. It allows to display attachments we didn't use to show by
clicking on a "More..." button in the attachment view. Those
attachments are mostly images referenced by the HTML part (e.g.
background images).

Fixes issue 3291
2012-02-21 05:07:01 +01:00
..
accessible_email_content.xml Merge branch 'ideal-screenreader' 2010-08-18 02:01:10 +00:00
account_list.xml Added widget to display the unread count for an account 2012-02-13 12:16:18 +01:00
account_setup_account_type.xml Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility. 2010-07-08 12:18:12 +00:00
account_setup_basics.xml Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility. 2010-07-08 12:18:12 +00:00
account_setup_check_settings.xml Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility. 2010-07-08 12:18:12 +00:00
account_setup_composition.xml Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility. 2010-07-08 12:18:12 +00:00
account_setup_incoming.xml Changed UI to allow selecting the empty IMAP namespace 2011-12-01 06:05:05 +01:00
account_setup_names.xml Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility. 2010-07-08 12:18:12 +00:00
account_setup_options.xml Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility. 2010-07-08 12:18:12 +00:00
account_setup_outgoing.xml Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility. 2010-07-08 12:18:12 +00:00
accounts_item.xml Grey out unavailable accounts. 2011-03-19 12:36:58 -05:00
accounts_password_prompt.xml Removed hardcoded strings from layout 2011-11-05 19:53:27 +01:00
accounts.xml Improve the first page of the wizard on tablet-scale devices 2010-12-13 00:17:35 +00:00
choose_account_item.xml Merge remote branch 'remotes/issue814' 2010-07-22 03:15:28 +00:00
choose_account.xml Merge remote branch 'remotes/issue814' 2010-07-22 03:15:28 +00:00
choose_identity_item.xml Merge remote branch 'remotes/issue814' 2010-07-22 03:15:28 +00:00
colorpicker_chooser.xml reshuffle color views into view/ 2010-12-13 00:18:00 +00:00
colorpicker_dialog.xml Imported a variant of http://code.google.com/p/android-color-picker/ into k-9 2010-11-08 02:21:32 +00:00
edit_identity.xml Added option to specify Reply-to address for an identity. Patch provided by fiouzy (Thanks!). 2010-06-20 12:48:22 +00:00
folder_list_item.xml Provide for users with good eyesight to completely take advantage of the 2011-02-03 03:42:45 +00:00
folder_list.xml Adjunct to the new variable font sizes, allow the Account list and 2010-05-02 04:54:09 +00:00
message_compose_attachment.xml All our layouts now use dip instead of px, for great weird-resolution weird-screen-size justice 2009-11-13 00:38:26 +00:00
message_compose.xml Use the Button instead of the ImageButton. 2011-05-22 04:12:41 +09:00
message_list_batch_buttons.xml move message list batch buttons to their own layout 2011-02-13 21:20:21 -05:00
message_list_header.xml All our layouts now use dip instead of px, for great weird-resolution weird-screen-size justice 2009-11-13 00:38:26 +00:00
message_list_item_footer.xml All our layouts now use dip instead of px, for great weird-resolution weird-screen-size justice 2009-11-13 00:38:26 +00:00
message_list_item_touchable.xml Fixed default sender color in the MessageList 2011-04-26 23:49:25 +09:00
message_list_item.xml A few pixels here and a few pixels there to add a bit of breathing room 2011-01-14 03:54:04 +00:00
message_list.xml move message list batch buttons to their own layout 2011-02-13 21:20:21 -05:00
message_view_attachment.xml Extract AttachmentView and MediaScannerNotifier into their own classes 2011-01-06 16:56:20 +00:00
message_view_bottom_buttons.xml Remove duplication between versions of the message view 2010-12-13 00:18:04 +00:00
message_view_crypto_layout.xml Move as much of the Apg code as possible to its own "view" class 2011-02-10 14:02:21 -05:00
message_view_header.xml Got rid of the ScrollView in MessageView 2012-02-21 05:07:01 +01:00
message_view_move_buttons.xml Remove duplication between versions of the message view 2010-12-13 00:18:04 +00:00
message_view_scrolling_buttons.xml astyle 2011-02-08 18:54:07 -08:00
message_view.xml Got rid of the ScrollView in MessageView 2012-02-21 05:07:01 +01:00
message.xml Got rid of the ScrollView in MessageView 2012-02-21 05:07:01 +01:00
recipient_dropdown_item.xml Display name and email address in separate lines for auto-complete results in message compose activity. 2010-10-30 21:06:09 +00:00
unread_widget_layout.xml More tweaks to the unread widget 2012-02-13 12:25:03 +01:00
wizard_cancel.xml Overhaul our setup wizard to have a more reasonable bottom bar and to reuse that layout code where possible; standardize the id of the 'next' button 2009-11-23 00:23:34 +00:00
wizard_next.xml Overhaul our setup wizard to have a more reasonable bottom bar and to reuse that layout code where possible; standardize the id of the 'next' button 2009-11-23 00:23:34 +00:00