comparison res/xml/host_prefs.xml @ 123:446dbcf606eb

add more 5250 config items; ignore drawing outside the screen
author Carl Byington <carl@five-ten-sg.com>
date Thu, 19 Jun 2014 08:28:23 -0700
parents 3f587bd647a5
children dc6e53600ae2
comparison
equal deleted inserted replaced
122:52b1d0ee27b1 123:446dbcf606eb
138 android:key="emulation" 138 android:key="emulation"
139 android:title="@string/hostpref_emulation_title" 139 android:title="@string/hostpref_emulation_title"
140 android:summary="@string/hostpref_emulation_summary" 140 android:summary="@string/hostpref_emulation_summary"
141 android:singleLine="true" 141 android:singleLine="true"
142 /> 142 />
143 </PreferenceCategory>
144
145
146 <PreferenceCategory
147 android:key="5250"
148 android:title="@string/hostpref_5250_settings">
143 149
144 <ListPreference 150 <ListPreference
145 android:key="encryption5250" 151 android:key="encryption5250"
146 android:title="@string/hostpref_5250_encryption_title" 152 android:title="@string/hostpref_5250_encryption_title"
147 android:entries="@array/list_5250_encryption_modes" 153 android:entries="@array/list_5250_encryption_modes"
148 android:entryValues="@array/list_5250_encryption_modes" 154 android:entryValues="@array/list_5250_encryption_modes"
149 /> 155 />
156
157 <EditTextPreference
158 android:key="library5250"
159 android:title="@string/hostpref_5250_library_title"
160 android:singleLine="true"
161 />
162
163 <EditTextPreference
164 android:key="menu5250"
165 android:title="@string/hostpref_5250_menu_title"
166 android:singleLine="true"
167 />
168
169 <EditTextPreference
170 android:key="program5250"
171 android:title="@string/hostpref_5250_program_title"
172 android:singleLine="true"
173 />
150 </PreferenceCategory> 174 </PreferenceCategory>
151 175
152 176
153 <PreferenceCategory 177 <PreferenceCategory
178 android:key="x11"
154 android:title="@string/hostpref_x11_forwarding"> 179 android:title="@string/hostpref_x11_forwarding">
155 180
156 <CheckBoxPreference 181 <CheckBoxPreference
157 android:key="wantx11forward" 182 android:key="wantx11forward"
158 android:title="@string/hostpref_wantx11forward_title" 183 android:title="@string/hostpref_wantx11forward_title"