mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
native text input: make text selection visible
This commit is contained in:
committed by
Fredrik Fornwall
parent
85a48a79a3
commit
ddf5341b86
@@ -8,6 +8,7 @@
|
|||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:inputType="text"
|
android:inputType="text"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
|
android:textColorHighlight="@android:color/darker_gray"
|
||||||
android:paddingTop="0dp"
|
android:paddingTop="0dp"
|
||||||
android:textCursorDrawable="@null"
|
android:textCursorDrawable="@null"
|
||||||
android:paddingBottom="0dp"
|
android:paddingBottom="0dp"
|
||||||
|
Reference in New Issue
Block a user