Skip to content
Snippets Groups Projects
Unverified Commit 3ee02b03 authored by Georg Veichtlbauer's avatar Georg Veichtlbauer Committed by Omkar Chandorkar
Browse files

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
parent 1b23ae6b
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@android:color/white" />
<solid android:color="@color/compose_send_text_background_color" />
<corners android:radius="28dp" />
</shape>
......@@ -19,4 +19,6 @@
<color name="lineage_accent">@*android:color/system_accent1_100</color>
<color name="window_background">@*android:color/system_neutral1_900</color>
<color name="compose_send_text_background_color">@*android:color/system_neutral1_600</color>
</resources>
......@@ -24,4 +24,6 @@
<color name="navigation_bar_bg">@*android:color/system_neutral1_10</color>
<color name="navigation_bar_divider">@*android:color/system_neutral1_800</color>
<color name="compose_send_text_background_color">@*android:color/system_neutral1_50</color>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment