From 6f21327618eb59890b8bd6ffc18f4a30cc69a3b6 Mon Sep 17 00:00:00 2001 From: Arne Date: Wed, 13 Nov 2024 20:50:14 +0100 Subject: [PATCH] Smaller input field text --- src/main/res/layout/fragment_conversation.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 3e7febc45..51d6eee2e 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -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"