add OI File Manager and AndroidSupportV2 used by it
[android_pandora.git] / apps / oi-filemanager / FileManager / res / xml / preferences.xml
diff --git a/apps/oi-filemanager/FileManager/res/xml/preferences.xml b/apps/oi-filemanager/FileManager/res/xml/preferences.xml
new file mode 100644 (file)
index 0000000..4f89486
--- /dev/null
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!-- \r
+ * Copyright (C) 2009 OpenIntents.org\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *      http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ -->\r
+\r
+<PreferenceScreen\r
+        xmlns:android="http://schemas.android.com/apk/res/android">\r
+        \r
+    <PreferenceCategory\r
+            android:title="@string/preference_sort_settings">\r
+        \r
+        <ListPreference \r
+                android:key="sortby"\r
+                android:defaultValue="1"\r
+                android:entries="@array/preference_sortby_names"\r
+                android:entryValues="@array/sortby_values"\r
+                android:title="@string/preference_sortby" />\r
+        \r
+        <CheckBoxPreference\r
+                android:title="@string/preference_sortby_ascending"\r
+                android:key="ascending"\r
+                android:summaryOff="@string/preference_sortby_ascending_summary_off"\r
+                android:summaryOn="@string/preference_sortby_ascending_summary_on"\r
+                android:defaultValue="true" />\r
+    </PreferenceCategory>\r
+\r
+    <PreferenceCategory\r
+            android:title="@string/preference_advanced_features">\r
+\r
+        <CheckBoxPreference\r
+                android:key="mediascan"\r
+                android:defaultValue="false"\r
+                android:title="@string/preference_mediascan_title"\r
+                android:summaryOn="@string/preference_mediascan_summary_on"\r
+                android:summaryOff="@string/preference_mediascan_summary_off" />\r
+\r
+        <CheckBoxPreference\r
+                android:key="showallwarning"\r
+                android:defaultValue="true"\r
+                android:title="@string/preference_showallwarning_title"\r
+                android:summaryOn="@string/preference_showallwarning_summary_on"\r
+                android:summaryOff="@string/preference_showallwarning_summary_off" />\r
+\r
+        <CheckBoxPreference \r
+                android:key="displayhiddenfiles"\r
+                android:title="@string/preference_displayhiddenfiles_title"\r
+                android:defaultValue="true"\r
+                android:summaryOff="@string/preference_displayhiddenfiles_summary_off"\r
+                android:summaryOn="@string/preference_displayhiddenfiles_summary_on" />\r
+\r
+    </PreferenceCategory>\r
+    <PreferenceCategory android:title="@string/bookmarks">\r
+        <Preference android:key="editbookmarks" android:title="@string/bookmarks_manage"/>\r
+    </PreferenceCategory>\r
+</PreferenceScreen>\r
+    \r