1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/res/layout
m0viefreak 8d4a82ba0e message view: fix subject bugs
- Android does not support ellipsize in combination with maxlines
  for TextViews. This caused getEllipsisCount() in MessageTitleView
  to always fail, and the full subject was never shown in the regular
  headers area when needed.
  To work around that, check for ourselves whether the text is
  longer than 2, and ellipsize manually.

- Clicking the star button on a message caused the subject line to
  re-appear, even if it fits in the action bar title without being
  cut off. This was caused by MessageHeader.populate(), which always
  set the subject to visible.
  As a workaround: Only set subject to visible in case populate()
  actually shows a new message.

- delete res/layout/actionbar_message_view.xml, its already present
  in the actionbar_custom.xml
2013-02-11 13:47:31 +01:00
..
accessible_email_content.xml Merge branch 'ideal-screenreader' 2010-08-18 02:01:10 +00:00
account_list.xml Remove (now redundant) background from layouts to reduce overdraw 2012-12-13 07:28:35 +01:00
account_setup_account_type.xml Backporting small ui cleanups to the account setup from kaiten 2012-09-24 12:34:22 -04:00
account_setup_basics.xml Remove the "make this the default account" checkbox from the account setup flow. 2012-09-24 12:34:55 -04:00
account_setup_check_settings.xml Backporting small ui cleanups to the account setup from kaiten 2012-09-24 12:34:22 -04: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 Backporting small ui cleanups to the account setup from kaiten 2012-09-24 12:34:22 -04: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_folders_icons.xml refactor a common component 2012-11-06 16:17:31 -05:00
accounts_item.xml refactor a common component 2012-11-06 16:17:31 -05:00
accounts_password_prompt.xml Removed hardcoded strings from layout 2011-11-05 19:53:27 +01:00
accounts.xml Remove (now redundant) background from layouts to reduce overdraw 2012-12-13 07:28:35 +01:00
actionbar_custom.xml message view: fix subject bugs 2013-02-11 13:47:31 +01:00
actionbar_indeterminate_progress_actionview.xml Fix progressindicator on folderscreen. 2012-09-08 21:40:57 -07:00
actionbar_indeterminate_progress.xml Fix the upper refresh button in MessageList 2012-09-08 21:40:56 -07:00
actionbar_spinner.xml Show as much of the folder name as possible in the navigation spinner 2012-09-09 13:18:10 -07:00
choose_account_item.xml Display a dark-themed "Send as" dialog when using the dark theme on HC+ 2012-09-16 03:24:40 +02:00
choose_identity_item.xml Removed unnecessary layout containers 2012-03-24 22:51:33 +01:00
color_picker_dialog.xml Add (heavily modified) HoloColorPicker 2013-01-17 09:03:11 +01: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
email_address_list_item.xml Change layout of the email address list. 2012-04-08 12:32:10 -04:00
email_address_list.xml Make ListView in EmailAddressList use the full screen height 2012-04-09 02:02:12 +02:00
empty_message_view.xml Extract string to strings.xml 2013-02-01 03:34:35 +01:00
folder_list_item.xml Control wrapping of folder names programmatically only 2013-01-10 16:42:26 -05:00
folder_list.xml Remove (now redundant) background from layouts to reduce overdraw 2012-12-13 07:28:35 +01:00
list_content_simple.xml Explicitly set layout used in a ListActivity 2013-01-18 12:33:31 +01:00
message_compose_attachment.xml MessageView: another theme fix 2013-02-05 23:12:52 +01:00
message_compose.xml Use new holo-themed icons when possible 2013-02-10 01:16:46 +01:00
message_list_fragment.xml Avoid saved state being discarded when message list is modified 2013-02-05 20:00:31 +01:00
message_list_item_footer.xml Remove the progress bar from the message list footer. 2013-01-10 16:50:21 -05:00
message_list_item.xml Fix some display issues 2013-02-08 18:04:39 +01:00
message_list_loading.xml Add an "empty view" to the message list 2012-12-06 06:26:39 +01:00
message_list.xml Add animation when switching from message list to message view 2013-02-02 02:21:20 +01:00
message_view_attachment.xml MessageView: another theme fix 2013-02-05 23:12:52 +01: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 Fix some more layout issues. 2013-02-11 13:03:30 +01:00
message.xml First very basic version of a split screen for message list + view 2013-01-24 13:04:06 +01:00
recipient_dropdown_item.xml Don't use AutoCompleteTextView text color workaround on API 11+ devices 2012-09-14 05:50:09 +02:00
split_message_list.xml Add animation when switching from message list to message view 2013-02-02 02:21:20 +01:00
unread_widget_layout.xml More tweaks to the unread widget 2012-02-13 12:25:03 +01:00
upgrade_databases.xml Add activity that is displayed during database upgrades 2012-12-01 08:02:55 +01:00
welcome_message.xml Use HTML to format welcome message / make URL clickable 2012-12-17 12:41:12 +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