allow inserting 5 digit long slideshow durations
This commit is contained in:
parent
bd97796d4e
commit
76f48eb6ec
|
@ -32,7 +32,7 @@
|
|||
android:gravity="right"
|
||||
android:imeOptions="actionDone"
|
||||
android:inputType="number"
|
||||
android:maxLength="2"
|
||||
android:maxLength="5"
|
||||
android:textCursorDrawable="@null"
|
||||
android:textSize="@dimen/normal_text_size"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue