1
0
Fork 1

Smaller input field text

This commit is contained in:
Arne 2024-11-13 20:50:14 +01:00
parent 82cd8ea239
commit 6f21327618

View file

@ -167,6 +167,7 @@
android:textCursorDrawable="@drawable/cursor_on_tertiary_container"
android:layout_above="@+id/textsend"
android:maxLines="1"
android:textSize="16sp"
android:padding="8dp"
android:layout_marginHorizontal="60dp"
android:imeOptions="flagNoExtractUi"
@ -259,6 +260,7 @@
android:inputType="textShortMessage|textMultiLine|textCapSentences"
android:maxLines="8"
android:minHeight="32dp"
android:textSize="16sp"
android:textColor="?colorOnTertiaryContainer"
android:textColorHint="@color/hint_on_tertiary_container"
android:textCursorDrawable="@drawable/cursor_on_tertiary_container"