Commit 2e4c3bf1 authored by Thomas's avatar Thomas
Browse files

Cursor more visible when composing

parent 18547928
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
<?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>
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -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"