mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Created new string resource for folderacitvity title.
This commit is contained in:
parent
18748499af
commit
67ab08383f
@ -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>
|
||||
|
||||
|
@ -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 });
|
||||
|
Loading…
Reference in New Issue
Block a user