diff options
author | حسين <zidhussein@gmail.com> | 2018-08-20 10:13:38 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2018-08-20 11:13:38 +0200 |
commit | 30d4d5342ff6cdcc7d1adbd0be34bea4b1aa1a96 (patch) | |
tree | 339952842096fc9478a8bc9e459235e428bd117c /app/src/main/res/values/arrays.xml | |
parent | 65ef17727c5ae9e845381807b90af34eff8a7a53 (diff) |
change the sort order of password items (#421)
Diffstat (limited to 'app/src/main/res/values/arrays.xml')
-rw-r--r-- | app/src/main/res/values/arrays.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 36037083..44698c41 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -8,4 +8,14 @@ <item>ssh://</item> <item>https://</item> </string-array> + <string-array name="sort_order_entries"> + <item>@string/pref_folder_first_sort_order</item> + <item>@string/pref_file_first_sort_order</item> + <item>@string/pref_type_independent_sort_order</item> + </string-array> + <string-array name="sort_order_values"> + <item>FOLDER_FIRST</item> + <item>FILE_FIRST</item> + <item>INDEPENDENT</item> + </string-array> </resources>
\ No newline at end of file |