1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Created new string resource for folderacitvity title.

This commit is contained in:
Sander Bogaert 2012-07-16 16:03:10 -04:00 committed by Andrew Chen
parent 18748499af
commit 67ab08383f
2 changed files with 3 additions and 2 deletions

View File

@ -78,6 +78,7 @@ http://k9mail.googlecode.com/
<string name="about_title_fmt">About <xliff:g id="app_name">%s</xliff:g></string>
<string name="accounts_title">Accounts</string>
<string name="folders_title">Folders</string>
<string name="advanced">Advanced</string>
<string name="folder_list_title"><xliff:g id="account">%s</xliff:g> </string>

View File

@ -86,8 +86,8 @@ public class ActionBarNavigationSpinner extends ArrayAdapter<String> implements
public static ActionBarNavigationSpinner getDefaultSpinner(Context context) {
return new ActionBarNavigationSpinner(context,
new String[] {context.getString(R.string.special_mailbox_name_inbox),
context.getString(R.string.folder_list_display_mode_label),
context.getString(R.string.special_mailbox_name_inbox)},
context.getString(R.string.folders_title),
context.getString(R.string.accounts_title)},
new Long[] {ActionBarNavigationSpinner.AB_NAVIGATION_INBOX,
ActionBarNavigationSpinner.AB_NAVIGATION_FOLDERS,
ActionBarNavigationSpinner.AB_NAVIGATION_ACCOUNTS });