Cursor more visible when composing
This commit is contained in:
parent
185479287c
commit
2e4c3bf119
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<size android:width="3dp" />
|
||||
<solid android:color="?colorAccent" />
|
||||
</shape>
|
@ -47,6 +47,7 @@
|
||||
<com.google.android.material.textfield.MaterialAutoCompleteTextView
|
||||
android:id="@+id/content_spoiler"
|
||||
android:layout_width="0dp"
|
||||
android:textCursorDrawable="@drawable/color_cursor"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginTop="6dp"
|
||||
@ -72,6 +73,7 @@
|
||||
<app.fedilab.android.mastodon.helper.FedilabAutoCompleteTextView
|
||||
android:id="@+id/content"
|
||||
android:layout_width="0dp"
|
||||
android:textCursorDrawable="@drawable/color_cursor"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:focusable="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user