/TextEnlarger/res/xml/prefs.xml

http://eyes-free.googlecode.com/ · XML · 27 lines · 11 code · 5 blank · 11 comment · 0 complexity · 4a0ff6b9a32428d8f310ad7cad24e64d MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2010 The IDEAL Group Licensed under the
  4. Apache License, Version 2.0 (the "License"); you may not use this file
  5. except in compliance with the License. You may obtain a copy of the
  6. License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
  7. by applicable law or agreed to in writing, software distributed under
  8. the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
  9. CONDITIONS OF ANY KIND, either express or implied. See the License for
  10. the specific language governing permissions and limitations under the
  11. License.
  12. -->
  13. <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
  14. android:title="IDEAL Text Enlarger">
  15. <ListPreference android:key="text_enlargement_factor"
  16. android:title="Text Size" android:summary="Set your default text size"
  17. android:entries="@array/text_enlargement_entries" android:entryValues="@array/text_enlargement_values" />
  18. <Preference android:key="app_settings" android:persistent="false"
  19. android:title="Per App Settings" android:summary="You can disable enlargement for incompatible apps" />
  20. <Preference android:key="help" android:persistent="false"
  21. android:title="Help" android:summary="Click here for help using this app" />
  22. </PreferenceScreen>