docthemes: Save themes def. to a file when added to ColorSets
[LibreOffice.git] / android / source / res / xml / libreoffice_preferences.xml
blobd8ca4dc8c7a768ee3b2ba44b46bdf303881af0d3
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
3     <PreferenceCategory
4         android:title="@string/pref_category_general"
5         android:key="PREF_CATEGORY_GENERAL">
7         <CheckBoxPreference
8             android:title="@string/pref_experimental_editing"
9             android:key="ENABLE_EXPERIMENTAL"
10             android:summary="@string/pref_experimental_editing_summary"
11             android:defaultValue="false" />
12         <CheckBoxPreference
13             android:title="@string/pref_developer_mode"
14             android:key="ENABLE_DEVELOPER"
15             android:dependency="ENABLE_EXPERIMENTAL"
16             android:summary="@string/pref_developer_mode_summary"
17             android:defaultValue="false" />
18     </PreferenceCategory>
19 </PreferenceScreen>