/walkytalky/res/xml/prefs.xml
XML | 15 lines | 15 code | 0 blank | 0 comment | 0 complexity | b4f8cf53abd3c7fbe1dc5b2ca17239c5 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 3 <CheckBoxPreference 4 android:title="Speak" 5 android:defaultValue="false" 6 android:key="speak" /> 7 <CheckBoxPreference 8 android:title="Status notifications" 9 android:defaultValue="true" 10 android:key="post_status" /> 11 <CheckBoxPreference 12 android:title="Enable Compass" 13 android:defaultValue="false" 14 android:key="enable_compass" /> 15</PreferenceScreen>