forked from github/wulkanowy-mirror
Fix text pasting into date field in additional lesson add dialog (#2433)
This commit is contained in:
parent
ec101c1f52
commit
729e72cddb
@ -39,7 +39,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:editable="false"
|
||||
android:focusable="false"
|
||||
android:inputType="text"
|
||||
android:inputType="none"
|
||||
tools:ignore="Deprecated" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:editable="false"
|
||||
android:focusable="false"
|
||||
android:inputType="text"
|
||||
android:inputType="none"
|
||||
tools:ignore="Deprecated" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:editable="false"
|
||||
android:focusable="false"
|
||||
android:inputType="text"
|
||||
android:inputType="none"
|
||||
tools:ignore="Deprecated" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user