mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
fix: made expiration date TextInputEditText unselectable
This commit is contained in:
parent
7f820bd5a6
commit
8ab011781e
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:longClickable="false"
|
android:longClickable="false"
|
||||||
|
android:textIsSelectable="false"
|
||||||
android:hint="@string/share_update_dialog_hint_expiration_date"
|
android:hint="@string/share_update_dialog_hint_expiration_date"
|
||||||
android:inputType="textShortMessage"
|
android:inputType="textShortMessage"
|
||||||
android:textCursorDrawable="@null" />
|
android:textCursorDrawable="@null" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue