From 193bfbd1c368c602b28a706eac367b776f2942d6 Mon Sep 17 00:00:00 2001 From: kaishu-sahu Date: Sun, 3 Feb 2019 01:44:20 +0530 Subject: [PATCH] android: Setting default values to setting preference, minor ux improvements Change-Id: I356871429f2e26d9d34e0e1428334a4d2287b683 Reviewed-on: https://gerrit.libreoffice.org/67295 Reviewed-by: Jan Holesovsky Tested-by: Jan Holesovsky --- android/source/res/xml/libreoffice_preferences.xml | 3 +++ 1 file changed, 3 insertions(+) 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"/>