1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-02 05:52:18 -05:00
k-9/res/values
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
..
arrays.xml Fix a number of lint warnings by marking list value arrays as 2013-03-13 11:23:22 +01:00
attrs.xml Add new multi-select checkboxes to message list 2013-06-07 07:07:27 +02:00
colors.xml merge date and time font size preference into one 2013-02-11 13:05:52 +01:00
constants.xml Extracted some strings to constants.xml 2012-04-23 15:05:29 +00:00
dimensions.xml Imported a variant of http://code.google.com/p/android-color-picker/ into k-9 2010-11-08 02:21:32 +00:00
ids.xml Issue 2296 Spam message 2011-04-01 05:54:51 +08:00
strings.xml Add support for 'theme packs' 2013-07-01 07:35:01 +02:00
styles.xml Change appearance of unread widget 2013-03-16 01:57:21 +01:00
themes.xml Add new multi-select checkboxes to message list 2013-06-07 07:07:27 +02:00