egslava/edittext-mask

Mask not work in fullscreen input(on phones in landscape orientation)/Маска не работает при полноэкранном вводе(на телефонах в landscape режиме))

alexkashapov opened this issue · 0 comments

Используемая маска:
<br.com.sapereaude.maskedEditText.MaskedEditText
android:id="@+id/clientBirthDate"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/info_lines_space"
android:hint="ДДММГГГГ"
android:inputType="numberDecimal"
android:maxLines="1"
android:singleLine="true"
android:typeface="monospace"
mask:allowed_chars="1234567890"
mask:keep_hint="true"
mask:mask="##.##.####" />
Image from iOS