From 493f9f758cc5ce7479e339be89cc575ad7280794 Mon Sep 17 00:00:00 2001 From: remram44 Date: Mon, 12 Mar 2012 21:34:36 +0100 Subject: [PATCH] Disabled autocompleting on some TextView's. --- application/res/layout/channeladd.xml | 3 ++- application/res/layout/commandadd.xml | 3 ++- application/res/layout/serveradd.xml | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/application/res/layout/channeladd.xml b/application/res/layout/channeladd.xml index f3fd267..e5c818c 100644 --- a/application/res/layout/channeladd.xml +++ b/application/res/layout/channeladd.xml @@ -43,7 +43,8 @@ along with Yaaic. If not, see . android:layout_height="wrap_content" android:singleLine="true" android:text="#" - android:layout_weight="1" /> + android:layout_weight="1" + android:inputType="textNoSuggestions" />