/TextEnlarger/res/xml/prefs.xml
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 14<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" 15 android:title="IDEAL Text Enlarger"> 16 17 <ListPreference android:key="text_enlargement_factor" 18 android:title="Text Size" android:summary="Set your default text size" 19 android:entries="@array/text_enlargement_entries" android:entryValues="@array/text_enlargement_values" /> 20 21 <Preference android:key="app_settings" android:persistent="false" 22 android:title="Per App Settings" android:summary="You can disable enlargement for incompatible apps" /> 23 24 <Preference android:key="help" android:persistent="false" 25 android:title="Help" android:summary="Click here for help using this app" /> 26 27</PreferenceScreen>