summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-04-23 01:30:45 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-04-23 01:30:45 +0530
commitb0a1b71e8913ddfbde6a905d69db23ee81b668be (patch)
tree495b85bca40366d3ca4fb0f728a5e28360711d74
parent8189e28319bc80a4fc294470929ebaef9da324ab (diff)
Make server address input not allow multiple lines
-rw-r--r--res/layout/main.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 44ad364..62940e2 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -24,6 +24,7 @@
<EditText android:id="@+id/text_server"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:singleLine="true"
android:paddingTop="8dp"
android:paddingBottom="8dp"
/>