Workaround to show hidden accents in options menu
[pub/Android/ownCloud.git] / res / xml / preferences.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
3 <PreferenceCategory android:title="@string/prefs_category_general">
4
5 <!-- ListPreference
6 android:key="select_oc_account"
7 android:title="@string/prefs_select_oc_account"
8 android:summary="@string/prefs_summary_select_oc_account"
9 / -->
10 <Preference android:title="@string/prefs_manage_accounts" android:key="manage_account" />
11 <CheckBoxPreference android:title="@string/prefs_pincode" android:key="set_pincode"
12 android:summary="@string/prefs_pincode_summary"/>
13 <CheckBoxPreference android:key="instant_uploading"
14 android:title="@string/prefs_instant_upload"
15 android:summary="@string/prefs_instant_upload_summary"/>
16 <CheckBoxPreference android:dependency="instant_uploading" android:disableDependentsState="true" android:title="@string/instant_upload_on_wifi" android:key="instant_upload_on_wifi"/>
17
18 </PreferenceCategory>
19
20
21 </PreferenceScreen>