android/sdremote/res/xml/preferences.xml | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 740381502470e5d0e11e5db0a82f27a7d14f4d01 Author: Artur Dryomov <[email protected]> Date: Fri Sep 20 23:22:11 2013 +0300 Add setting default values for settings items. Users still will be able to disable them if they wish. Change-Id: If20f628c0c1f36e4a2b5c4619d7e843e91f19040 diff --git a/android/sdremote/res/xml/preferences.xml b/android/sdremote/res/xml/preferences.xml index 87b8450..104c528 100644 --- a/android/sdremote/res/xml/preferences.xml +++ b/android/sdremote/res/xml/preferences.xml @@ -3,11 +3,13 @@ <CheckBoxPreference android:key="volume_keys_actions" + android:defaultValue="true" android:title="@string/preferences_volume_keys_actions_title" android:summary="@string/preferences_volume_keys_actions_summary"/> <CheckBoxPreference android:key="keep_screen_on" + android:defaultValue="true" android:title="@string/preferences_keep_screen_on_title" android:summary="@string/preferences_keep_screen_on_summary"/> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
