mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
allow 5 digits at the custom repeat count edittext
This commit is contained in:
@ -41,7 +41,7 @@
|
|||||||
android:layout_marginLeft="@dimen/repeat_type_margin_start"
|
android:layout_marginLeft="@dimen/repeat_type_margin_start"
|
||||||
android:layout_marginStart="@dimen/repeat_type_margin_start"
|
android:layout_marginStart="@dimen/repeat_type_margin_start"
|
||||||
android:inputType="number"
|
android:inputType="number"
|
||||||
android:maxLength="3"/>
|
android:maxLength="5"/>
|
||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyCompatRadioButton
|
<com.simplemobiletools.commons.views.MyCompatRadioButton
|
||||||
android:id="@+id/repeat_type_forever"
|
android:id="@+id/repeat_type_forever"
|
||||||
|
Reference in New Issue
Block a user