android/source/res/xml/libreoffice_preferences.xml | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 193bfbd1c368c602b28a706eac367b776f2942d6 Author: kaishu-sahu <[email protected]> AuthorDate: Sun Feb 3 01:44:20 2019 +0530 Commit: Jan Holesovsky <[email protected]> CommitDate: Fri Apr 5 19:43:02 2019 +0200 android: Setting default values to setting preference, minor ux improvements Change-Id: I356871429f2e26d9d34e0e1428334a4d2287b683 Reviewed-on: https://gerrit.libreoffice.org/67295 Reviewed-by: Jan Holesovsky <[email protected]> Tested-by: Jan Holesovsky <[email protected]> diff --git a/android/source/res/xml/libreoffice_preferences.xml b/android/source/res/xml/libreoffice_preferences.xml index 5541c29ff3d4..cf1d306866cf 100644 --- a/android/source/res/xml/libreoffice_preferences.xml +++ b/android/source/res/xml/libreoffice_preferences.xml @@ -8,12 +8,14 @@ android:summary="@string/pref_filter_summary" android:entries="@array/FilterTypeNames" android:entryValues="@array/FilterTypeStringValues" + android:defaultValue="-1" android:key="FILTER_MODE"/> <ListPreference android:summary="@string/pref_sort_summary" android:key="SORT_MODE" android:title="@string/pref_sort_title" android:entries="@array/SortModeNames" + android:defaultValue="0" android:entryValues="@array/SortModeStringValues"/> <ListPreference android:entries="@array/ViewModeNames" @@ -28,6 +30,7 @@ android:summary="@string/display_language_summary" android:entries="@array/SupportedLanguages" android:entryValues="@array/SupportedLanguagesValues" + android:defaultValue="en" android:key="DISPLAY_LANGUAGE" /> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
