diff --git a/app/src/main/res/layout/channel_fragment.xml b/app/src/main/res/layout/channel_fragment.xml index 9a27e3c4b..d2f411259 100644 --- a/app/src/main/res/layout/channel_fragment.xml +++ b/app/src/main/res/layout/channel_fragment.xml @@ -20,9 +20,10 @@ android:id="@+id/channelNameEdit" android:layout_width="match_parent" android:layout_height="wrap_content" + android:digits="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890- " android:hint="@string/channel_name" android:imeOptions="actionDone" - android:maxLength="12" + android:maxLength="11" android:singleLine="true" android:text="@string/unset" />