aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/host_prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/host_prefs.xml')
-rw-r--r--res/xml/host_prefs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml
index c4afb5b..6d4b5da 100644
--- a/res/xml/host_prefs.xml
+++ b/res/xml/host_prefs.xml
@@ -21,6 +21,7 @@
<EditTextPreference
android:key="nickname"
android:title="Nickname"
+ android:singleLine="true"
/>
<ListPreference
@@ -41,16 +42,19 @@
<EditTextPreference
android:key="username"
android:title="Username"
+ android:singleLine="true"
/>
<EditTextPreference
android:key="hostname"
android:title="Host"
+ android:singleLine="true"
/>
<EditTextPreference
android:key="port"
android:title="Port"
+ android:singleLine="true"
/>
</PreferenceCategory>