/randroid/res/xml/prefs.xml

http://eyes-free.googlecode.com/ · XML · 23 lines · 19 code · 4 blank · 0 comment · 0 complexity · 5faf360119de57fc8f10a78b4e98941a MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PreferenceScreen
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <ListPreference
  5. android:key="speak_pref"
  6. android:title="Speak Button Settings"
  7. android:entries="@array/speak_entries"
  8. android:defaultValue="Commentary"
  9. android:entryValues="@array/speak_entries" />
  10. <CheckBoxPreference
  11. android:key="display_toast_pref"
  12. android:title="Show comments visually"
  13. android:summaryOn="(Default) Commentary will be displayed visually."
  14. android:summaryOff="Commentary will not be displayed."
  15. android:defaultValue="true"/>
  16. <Preference
  17. android:key="tts_settings"
  18. android:title="Text-To-Speech Settings" />
  19. </PreferenceScreen>