]> www.average.org Git - WhereAmI.git/blobdiff - res/xml/preferences.xml
introduce preferences
[WhereAmI.git] / res / xml / preferences.xml
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
new file mode 100644 (file)
index 0000000..8ebb456
--- /dev/null
@@ -0,0 +1,8 @@
+<PreferenceScreen
+  xmlns:android="http://schemas.android.com/apk/res/android">
+    <CheckBoxPreference
+      android:key="fullscreen"
+      android:title="Use full screen display"
+      android:summary="Check it on, check it off"
+    />
+</PreferenceScreen>