comparison res/xml/preferences.xml @ 239:f20a39b38f13

add host preference for fixed screen size
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 10:20:07 -0700
parents bd803721f94a
children
comparison
equal deleted inserted replaced
238:bd803721f94a 239:f20a39b38f13
225 android:defaultValue="false" 225 android:defaultValue="false"
226 /> 226 />
227 </PreferenceCategory> 227 </PreferenceCategory>
228 228
229 <PreferenceCategory 229 <PreferenceCategory
230 android:title="@string/pref_default_size_category">
231
232 <EditTextPreference
233 android:key="default_font_size"
234 android:title="@string/pref_default_font_size"
235 android:summary="@string/pref_default_font_size_summary"
236 android:defaultValue="0"
237 android:numeric="decimal"
238 />
239
240 </PreferenceCategory>
241
242 <PreferenceCategory
243 android:title="@string/pref_screen_capture_category"> 230 android:title="@string/pref_screen_capture_category">
244 231
245 <EditTextPreference 232 <EditTextPreference
246 android:key="screen_capture_folder" 233 android:key="screen_capture_folder"
247 android:title="@string/pref_screen_capture_folder" 234 android:title="@string/pref_screen_capture_folder"