mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Cursor more visible when composing
This commit is contained in:
parent
185479287c
commit
2e4c3bf119
2 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue