Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / android / source / res / xml / documentprovider_preferences.xml
blob4a66c6377847d3eb6b4b643f803eacedcf152c22
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3  This file is part of the LibreOffice project.
4  This Source Code Form is subject to the terms of the Mozilla Public
5  License, v. 2.0. If a copy of the MPL was not distributed with this
6  file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  -->
8 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
9     <PreferenceCategory
10         android:title="@string/owncloud_settings"
11         android:key="pref_key_owncloud_settings">
12         <EditTextPreference
13             android:key="pref_server_url"
14             android:title="@string/server_url"
15             android:summary="@string/server_url_and_port"
16             android:defaultValue="http://" />
17         <EditTextPreference
18             android:key="pref_user_name"
19             android:title="@string/user_name"
20             android:defaultValue="" />
21         <EditTextPreference
22             android:key="pref_password"
23             android:title="@string/password"
24             android:defaultValue="" />
25     </PreferenceCategory>
26     <PreferenceCategory
27         android:title="@string/physical_storage_settings">
28         <PreferenceScreen
29             android:title="@string/external_sd_path"
30             android:key="pref_extsd_path_uri">
31         </PreferenceScreen>
32         <PreferenceScreen
33             android:title="@string/otg_device_path"
34             android:key="pref_otg_path_uri"
35             android:summary="@string/otg_warning">
36         </PreferenceScreen>
37     </PreferenceCategory>
39 </PreferenceScreen>