[Libreoffice-commits] core.git: android/source

kaishu-sahu (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 5 17:43:30 UTC 2019


 android/source/res/xml/libreoffice_preferences.xml |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 193bfbd1c368c602b28a706eac367b776f2942d6
Author:     kaishu-sahu <kaishusahu101 at gmail.com>
AuthorDate: Sun Feb 3 01:44:20 2019 +0530
Commit:     Jan Holesovsky <kendy at collabora.com>
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 <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

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"
             />
 


More information about the Libreoffice-commits mailing list