k-9/res/layout
cketti 93b94f58c8 Add support for 'theme packs'
Right now only replacing the icon in the action bar is supported.
That's why the term "Icon Pack" is used in the UI.

Known bug: In a PreferenceActivity the second level still shows the
default app icon in the action bar :(

Icon packs need to include an activity with an intent filter for
the action "org.k9mail.THEME_PACK".

Example:

<activity android:name=".SomeActivity">
  <intent-filter>
    <action android:name="org.k9mail.THEME_PACK" />
  </intent-filter>

  <!-- Version number for the theme pack format -->
  <meta-data android:name="version" android:value="1"/>

  <meta-data android:name="name" android:value="Fancy icon"/>
  <meta-data android:name="author" android:value="cketti"/>
  <meta-data android:name="icon_app"
             android:resource="@drawable/ic_app"/>
</activity>
2013-07-01 07:35:01 +02: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 Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
account_setup_check_settings.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01: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 Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
account_setup_names.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
account_setup_options.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
account_setup_outgoing.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
accounts.xml Remove (now redundant) background from layouts to reduce overdraw 2012-12-13 07:28:35 +01:00
accounts_folders_icons.xml Improve some layouts. 2013-02-13 11:20:33 +01:00
accounts_item.xml Improve some layouts. 2013-02-13 11:20:33 +01:00
accounts_password_prompt.xml Removed hardcoded strings from layout 2011-11-05 19:53:27 +01:00
actionbar_custom.xml message view: fix subject bugs 2013-02-11 13:47:31 +01:00
actionbar_indeterminate_progress.xml Fix the upper refresh button in MessageList 2012-09-08 21:40:56 -07:00
actionbar_indeterminate_progress_actionview.xml Fix progressindicator on folderscreen. 2012-09-08 21:40:57 -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.xml Make ListView in EmailAddressList use the full screen height 2012-04-09 02:02:12 +02:00
email_address_list_item.xml Change layout of the email address list. 2012-04-08 12:32:10 -04:00
empty_message_view.xml Extract string to strings.xml 2013-02-01 03:34:35 +01:00
folder_list.xml Remove (now redundant) background from layouts to reduce overdraw 2012-12-13 07:28:35 +01:00
folder_list_item.xml Control wrapping of folder names programmatically only 2013-01-10 16:42:26 -05:00
list_content_simple.xml Explicitly set layout used in a ListActivity 2013-01-18 12:33:31 +01:00
message.xml First very basic version of a split screen for message list + view 2013-01-24 13:04:06 +01:00
message_compose.xml Remove explicit left-alignment so EditText works with RTL languages 2013-04-13 23:03:18 +02:00
message_compose_attachment.xml MessageView: another theme fix 2013-02-05 23:12:52 +01:00
message_list.xml Add animation when switching from message list to message view 2013-02-02 02:21:20 +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.xml Added explicit width and height for the new message list checkbox 2013-06-08 20:28:21 +02: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_loading.xml Add an "empty view" to the message list 2012-12-06 06:26:39 +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 message header layout adjustments 2013-02-15 18:15:39 +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
theme_pack_list.xml Add support for 'theme packs' 2013-07-01 07:35:01 +02:00
theme_pack_list_item.xml Add support for 'theme packs' 2013-07-01 07:35:01 +02:00
unread_widget_layout.xml Change appearance of unread widget 2013-03-16 01:57:21 +01:00
upgrade_databases.xml Add activity that is displayed during database upgrades 2012-12-01 08:02:55 +01:00
welcome_message.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_cancel.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_done.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_next.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_setup.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_welcome.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00