From 7bdd924dd87ccdd3350547d9564c5208b25fccb4 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 8 Apr 2024 16:43:12 +0200 Subject: [PATCH] fix color on input message field --- src/main/res/color/hint_on_tertiary_container.xml | 3 +++ src/main/res/layout/fragment_conversation.xml | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 src/main/res/color/hint_on_tertiary_container.xml diff --git a/src/main/res/color/hint_on_tertiary_container.xml b/src/main/res/color/hint_on_tertiary_container.xml new file mode 100644 index 0000000000000000000000000000000000000000..54b7a5ae951dc7824c07e55ad667052a72cdf232 --- /dev/null +++ b/src/main/res/color/hint_on_tertiary_container.xml @@ -0,0 +1,3 @@ + + + diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 7cd36dbdc8035ae8690d59664a3fa853a2467daa..34a2b969e4b72b31bdc3ab34ffef84b2a0856132 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -100,6 +100,8 @@ android:inputType="textShortMessage|textMultiLine|textCapSentences" android:maxLines="8" android:minHeight="32dp" + android:textColor="?colorOnTertiaryContainer" + android:textColorHint="@color/hint_on_tertiary_container" android:minLines="1">