Skip to content
Snippets Groups Projects
Commit 686dc288 authored by Emma Falkiewitz's avatar Emma Falkiewitz Committed by Pierre Nicolas
Browse files

chatView: change color bubble

GitLab: #1382
Change-Id: Ia41cf9ae2a73230472f7448c90a47404e0dd4a31
parent 8351f69d
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,7 @@
<color name="text_color_primary_dark">@color/abc_primary_text_material_dark</color>
<color name="text_color_secondary_dark">@color/abc_primary_text_material_light</color>
<color name="conversation_primary_background">@color/blue_600</color>
<color name="conversation_secondary_background">@color/grey_700</color>
<color name="conversation_secondary_background">#515151</color>
<!-- TwoButton EditText -->
<color name="edit_text_background">#2e2e2e</color>
......
......@@ -21,8 +21,8 @@
<color name="text_color_primary_dark">@color/abc_primary_text_material_dark</color>
<color name="text_color_secondary_dark">@color/abc_secondary_text_material_dark</color>
<color name="conversation_primary_background">@color/blue_600</color>
<color name="conversation_secondary_background">@color/grey_200</color>
<color name="conversation_primary_background">#005699</color>
<color name="conversation_secondary_background">#E5E5E5</color>
<color name="conversation_primary_selection">@color/grey_700</color>
<color name="conversation_primary_selection_handles">@color/blue_grey_500</color>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment