comparison res/xml/preferences.xml @ 238:bd803721f94a

remove unused update preference; add host preference for fixed screen size
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 09:42:20 -0700
parents 35ed530366d9
children f20a39b38f13
comparison
equal deleted inserted replaced
237:f9b1a07c0e96 238:bd803721f94a
235 android:summary="@string/pref_default_font_size_summary" 235 android:summary="@string/pref_default_font_size_summary"
236 android:defaultValue="0" 236 android:defaultValue="0"
237 android:numeric="decimal" 237 android:numeric="decimal"
238 /> 238 />
239 239
240 <EditTextPreference
241 android:key="default_fsize_width"
242 android:title="@string/pref_default_fsize_width"
243 android:summary="@string/pref_default_fsize_width_summary"
244 android:defaultValue="80"
245 android:numeric="integer"
246 />
247
248 <EditTextPreference
249 android:key="default_fsize_height"
250 android:title="@string/pref_default_fsize_height"
251 android:summary="@string/pref_default_fsize_height_summary"
252 android:defaultValue="25"
253 android:numeric="integer"
254 />
255 </PreferenceCategory> 240 </PreferenceCategory>
256 241
257 <PreferenceCategory 242 <PreferenceCategory
258 android:title="@string/pref_screen_capture_category"> 243 android:title="@string/pref_screen_capture_category">
259 244