/config/res/xml/prefs.xml

http://eyes-free.googlecode.com/ · XML · 20 lines · 13 code · 7 blank · 0 comment · 0 complexity · c416c368fa81b8e15ed8dd420d07cb7e MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PreferenceScreen
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <Preference
  5. android:key="install"
  6. android:title="Install Eyes-Free Applications" />
  7. <CheckBoxPreference
  8. android:key="use_shell"
  9. android:title="Shell as Default Home"
  10. android:summaryOn="The Eyes-Free Shell will run when you hit the Home button."
  11. android:summaryOff="(Default) The Android desktop will run when you hit Home."
  12. android:defaultValue="false"/>
  13. </PreferenceScreen>