mirror of
https://github.com/vernu/textbee.git
synced 2026-05-24 16:28:53 -04:00
make EditText text selectable
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
android:ems="10"
|
||||
android:hint="key"
|
||||
android:inputType="text"
|
||||
android:textIsSelectable="true"
|
||||
app:layout_constraintEnd_toStartOf="@+id/updateKeyButton"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/gatewaySwitch" />
|
||||
|
||||
Reference in New Issue
Block a user