From 8b52a4662e231865b59d74c770c5ea92cacd0eec Mon Sep 17 00:00:00 2001 From: Georg Veichtlbauer Date: Tue, 29 Aug 2023 18:24:12 +0200 Subject: [PATCH] Messaging: Set input text box background Fixes the background in dark mode. Also modify the color for light mode to be a very light shade of the neutral color. Change-Id: I8a420405dcc478f5d50bf9b1d4739a58f8cd976a --- res/drawable/msg_bubble_input_rounded.xml | 2 +- res/values-night/lineage_colors.xml | 2 ++ res/values/lineage_colors.xml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/res/drawable/msg_bubble_input_rounded.xml b/res/drawable/msg_bubble_input_rounded.xml index 5ddabfb..e66d863 100644 --- a/res/drawable/msg_bubble_input_rounded.xml +++ b/res/drawable/msg_bubble_input_rounded.xml @@ -8,6 +8,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> - + diff --git a/res/values-night/lineage_colors.xml b/res/values-night/lineage_colors.xml index 95f84ab..b4c0038 100644 --- a/res/values-night/lineage_colors.xml +++ b/res/values-night/lineage_colors.xml @@ -19,4 +19,6 @@ @*android:color/system_accent1_100 @*android:color/system_neutral1_900 + + @*android:color/system_neutral1_600 diff --git a/res/values/lineage_colors.xml b/res/values/lineage_colors.xml index 784d624..e3d77b8 100644 --- a/res/values/lineage_colors.xml +++ b/res/values/lineage_colors.xml @@ -24,4 +24,6 @@ @*android:color/system_neutral1_10 @*android:color/system_neutral1_800 + + @*android:color/system_neutral1_50