comparison res/xml/host_prefs.xml @ 249:dc6e53600ae2

add host preference for fixed screen size
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 11:51:59 -0700
parents 446dbcf606eb
children
comparison
equal deleted inserted replaced
248:0181323d0d33 249:dc6e53600ae2
38 android:title="@string/hostpref_fontsize_title" 38 android:title="@string/hostpref_fontsize_title"
39 android:inputType="number" 39 android:inputType="number"
40 android:singleLine="true" 40 android:singleLine="true"
41 /> 41 />
42 42
43 <!-- 43 <CheckBoxPreference
44 <CheckBoxPreference 44 android:key="fixed_size"
45 android:key="usekeys" 45 android:title="@string/hostpref_fixed_size_title"
46 android:title="Use SSH keys" 46 android:summary="@string/hostpref_fixed_size_summary"
47 /> 47 />
48 --> 48
49 <EditTextPreference
50 android:key="fixed_width"
51 android:title="@string/hostpref_fixed_width_title"
52 android:defaultValue="80"
53 android:numeric="integer"
54 />
55
56 <EditTextPreference
57 android:key="fixed_height"
58 android:title="@string/hostpref_fixed_height_title"
59 android:defaultValue="25"
60 android:numeric="integer"
61 />
49 62
50 <ListPreference 63 <ListPreference
51 android:key="pubkeyid" 64 android:key="pubkeyid"
52 android:title="@string/hostpref_pubkeyid_title" 65 android:title="@string/hostpref_pubkeyid_title"
53 android:entries="@array/list_pubkeyids" 66 android:entries="@array/list_pubkeyids"