diff options
-rw-r--r-- | res/layout/activity_muc_details.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/activity_muc_details.xml b/res/layout/activity_muc_details.xml index 74e3169a..73f21ad0 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" |