/walkytalky/res/xml/prefs.xml
http://eyes-free.googlecode.com/ · XML · 15 lines · 15 code · 0 blank · 0 comment · 0 complexity · b4f8cf53abd3c7fbe1dc5b2ca17239c5 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <CheckBoxPreference
- android:title="Speak"
- android:defaultValue="false"
- android:key="speak" />
- <CheckBoxPreference
- android:title="Status notifications"
- android:defaultValue="true"
- android:key="post_status" />
- <CheckBoxPreference
- android:title="Enable Compass"
- android:defaultValue="false"
- android:key="enable_compass" />
- </PreferenceScreen>