diff options
author | Dave Kover <kover@cyngn.com> | 2016-02-22 14:33:31 -0800 |
---|---|---|
committer | Dave Kover <kover@cyngn.com> | 2016-02-22 14:33:31 -0800 |
commit | b6065457580199c897f0970364608540a90c4ef3 (patch) | |
tree | 454aa3950523f1c227dc0651987ea96cdb2c1a7c /res/values | |
parent | 3919901a2a6b4cefd6f706ed5b3e1cea465a4741 (diff) | |
download | packages_apps_Messaging-b6065457580199c897f0970364608540a90c4ef3.zip packages_apps_Messaging-b6065457580199c897f0970364608540a90c4ef3.tar.gz packages_apps_Messaging-b6065457580199c897f0970364608540a90c4ef3.tar.bz2 |
Add new colors and icon.
Specs call for purple. So let it rain. Also, update the icon and
insert as mipmap. Change references.
Change-Id: Ie7ebc19d71b46a76b4f48f9e5fec1b76ec6dbe5f
Ticket: MMS-216
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/colors.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index f33e105..8d97469 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -15,13 +15,13 @@ limitations under the License. --> <resources> - <color name="primary_color">#689F38</color> + <color name="primary_color">#8227DB</color> <color name="permission_check_activity_background">@color/primary_color</color> <!-- Action bar --> <color name="action_bar_title_text_color">#ffffff</color> <color name="action_bar_background_color">@color/primary_color</color> - <color name="action_bar_background_color_dark">#537F2D</color> + <color name="action_bar_background_color_dark">#681faf</color> <color name="contextual_action_bar_background_color">#ffffff</color> <color name="archived_conversation_action_bar_background_color">#9D9D9D</color> <color name="archived_conversation_action_bar_background_color_dark">#838383</color> @@ -68,7 +68,7 @@ <color name="message_error_bubble_color_incoming">#e2e2e2</color> <color name="message_audio_button_color_incoming">#ffffffff</color> <color name="message_bubble_color_selected">#8BC34A</color> - <color name="message_image_selected_tint">#80689F38</color> + <color name="message_image_selected_tint">#808227DB</color> <color name="generic_video_icon">#ff808080</color> <!-- Base color used for color filtering. --> @@ -143,7 +143,7 @@ <color name="sim_indicator_color_light">#ffffff</color> <color name="sim_indicator_color_dark">#323232</color> - <color name="text_highlight_color">#80689F38</color> + <color name="text_highlight_color">#808227DB</color> <color name="search_view_text_cursor">#b0dddddd</color> <color name="button_bar_action_button_text_color">#03a9f4</color> |