diff 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
line wrap: on
line diff
--- a/res/xml/host_prefs.xml	Wed Jun 18 19:00:34 2014 -0700
+++ b/res/xml/host_prefs.xml	Thu Jun 19 08:28:23 2014 -0700
@@ -140,6 +140,12 @@
             android:summary="@string/hostpref_emulation_summary"
             android:singleLine="true"
             />
+    </PreferenceCategory>
+
+
+    <PreferenceCategory
+        android:key="5250"
+        android:title="@string/hostpref_5250_settings">
 
         <ListPreference
             android:key="encryption5250"
@@ -147,10 +153,29 @@
 			android:entries="@array/list_5250_encryption_modes"
 			android:entryValues="@array/list_5250_encryption_modes"
             />
+
+        <EditTextPreference
+            android:key="library5250"
+            android:title="@string/hostpref_5250_library_title"
+            android:singleLine="true"
+            />
+
+        <EditTextPreference
+            android:key="menu5250"
+            android:title="@string/hostpref_5250_menu_title"
+            android:singleLine="true"
+            />
+
+        <EditTextPreference
+            android:key="program5250"
+            android:title="@string/hostpref_5250_program_title"
+            android:singleLine="true"
+            />
     </PreferenceCategory>
 
 
     <PreferenceCategory
+        android:key="x11"
         android:title="@string/hostpref_x11_forwarding">
 
         <CheckBoxPreference