comparison res/xml/preferences.xml @ 236:35ed530366d9

remove unused volume-font preference
author Carl Byington <carl@five-ten-sg.com>
date Sun, 13 Jul 2014 12:35:52 -0700
parents 83d633b281cb
children bd803721f94a
comparison
equal deleted inserted replaced
235:ea49747c5447 236:35ed530366d9
81 android:title="@string/pref_ctrlfkeys_title" 81 android:title="@string/pref_ctrlfkeys_title"
82 android:summary="@string/pref_ctrlfkeys_summary" 82 android:summary="@string/pref_ctrlfkeys_summary"
83 android:defaultValue="false" 83 android:defaultValue="false"
84 /> 84 />
85 85
86 <CheckBoxPreference
87 android:key="volumefont"
88 android:title="@string/pref_volumefont_title"
89 android:summary="@string/pref_volumefont_summary"
90 android:defaultValue="true"
91 />
92
93 <ListPreference 86 <ListPreference
94 android:key="keymode" 87 android:key="keymode"
95 android:title="@string/pref_keymode_title" 88 android:title="@string/pref_keymode_title"
96 android:summary="@string/pref_keymode_summary" 89 android:summary="@string/pref_keymode_summary"
97 android:entries="@array/list_keymode" 90 android:entries="@array/list_keymode"