switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManager / res / xml / preferences.xml
CommitLineData
811a5a4a 1<?xml version="1.0" encoding="utf-8"?>\r
2<!-- \r
3 * Copyright (C) 2009 OpenIntents.org\r
4 *\r
5 * Licensed under the Apache License, Version 2.0 (the "License");\r
6 * you may not use this file except in compliance with the License.\r
7 * You may obtain a copy of the License at\r
8 *\r
9 * http://www.apache.org/licenses/LICENSE-2.0\r
10 *\r
11 * Unless required by applicable law or agreed to in writing, software\r
12 * distributed under the License is distributed on an "AS IS" BASIS,\r
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 * See the License for the specific language governing permissions and\r
15 * limitations under the License.\r
16 -->\r
17\r
18<PreferenceScreen\r
19 xmlns:android="http://schemas.android.com/apk/res/android">\r
20 \r
21 <PreferenceCategory\r
22 android:title="@string/preference_sort_settings">\r
23 \r
24 <ListPreference \r
25 android:key="sortby"\r
26 android:defaultValue="1"\r
27 android:entries="@array/preference_sortby_names"\r
28 android:entryValues="@array/sortby_values"\r
29 android:title="@string/preference_sortby" />\r
30 \r
31 <CheckBoxPreference\r
32 android:title="@string/preference_sortby_ascending"\r
33 android:key="ascending"\r
34 android:summaryOff="@string/preference_sortby_ascending_summary_off"\r
35 android:summaryOn="@string/preference_sortby_ascending_summary_on"\r
36 android:defaultValue="true" />\r
37 </PreferenceCategory>\r
38\r
39 <PreferenceCategory\r
40 android:title="@string/preference_advanced_features">\r
41\r
42 <CheckBoxPreference\r
43 android:key="mediascan"\r
44 android:defaultValue="false"\r
45 android:title="@string/preference_mediascan_title"\r
46 android:summaryOn="@string/preference_mediascan_summary_on"\r
47 android:summaryOff="@string/preference_mediascan_summary_off" />\r
48\r
49 <CheckBoxPreference\r
50 android:key="showallwarning"\r
51 android:defaultValue="true"\r
52 android:title="@string/preference_showallwarning_title"\r
53 android:summaryOn="@string/preference_showallwarning_summary_on"\r
54 android:summaryOff="@string/preference_showallwarning_summary_off" />\r
55\r
56 <CheckBoxPreference \r
57 android:key="displayhiddenfiles"\r
58 android:title="@string/preference_displayhiddenfiles_title"\r
59 android:defaultValue="true"\r
60 android:summaryOff="@string/preference_displayhiddenfiles_summary_off"\r
61 android:summaryOn="@string/preference_displayhiddenfiles_summary_on" />\r
62\r
63 </PreferenceCategory>\r
64 <PreferenceCategory android:title="@string/bookmarks">\r
65 <Preference android:key="editbookmarks" android:title="@string/bookmarks_manage"/>\r
66 </PreferenceCategory>\r
67</PreferenceScreen>\r
68 \r