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"