From ade2982b5eb7e2ab63c720cd716629831e4f724b Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 31 Mar 2014 19:28:03 +0200 Subject: [PATCH] fixed #32 --- res/layout/activity_muc_details.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/activity_muc_details.xml b/res/layout/activity_muc_details.xml index 74e3169a2..73f21ad0b 100644 --- a/res/layout/activity_muc_details.xml +++ b/res/layout/activity_muc_details.xml @@ -29,7 +29,7 @@ android:background="#eee" android:ems="10" android:hint="Conferenece Subject" - android:inputType="textEmailAddress" + android:inputType="textAutoComplete" android:paddingBottom="12dp" android:paddingLeft="8dp" android:paddingRight="8dp"