Make account selectable from preferences
[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
4 <CheckBoxPreference
5 android:key="create_thumbnails"
6 android:title="@string/prefs_create_img_thumbnails"
7 />
8
9 <ListPreference
10 android:key="select_oc_account"
11 android:title="@string/prefs_select_oc_account"
12 android:summary="@string/prefs_summary_select_oc_account"
13 />
14
15 </PreferenceScreen>