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" />