Messaging: bring back accent color
Change-Id: I217da3339dcfbe87388b5ee06b156e37c205df4f Messaging: make some more elements use accent instead of primary Change-Id: I5fb55c50b049effc7ffed8d30208dcffb8182c42 Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it> Change-Id: I217da3339dcfbe87388b5ee06b156e37c205df4f
This commit is contained in:
@@ -62,13 +62,13 @@
|
||||
<color name="message_text_color_outgoing">#ff323232</color>
|
||||
<color name="conversation_background">#eeeeee</color>
|
||||
<color name="conversation_edge_effect">#9d9d9d</color>
|
||||
<color name="compose_message_send_color">@color/primary_color</color>
|
||||
<color name="compose_message_send_color">@color/lineage_accent</color>
|
||||
<color name="compose_message_send_color_pressed">#999999</color>
|
||||
<color name="message_bubble_color_outgoing">#ffffffff</color>
|
||||
<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_bubble_color_selected">@color/lineage_accent</color>
|
||||
<color name="message_image_selected_tint">#80FF9800</color>
|
||||
<color name="generic_video_icon">#ff808080</color>
|
||||
|
||||
<!-- Base color used for color filtering. -->
|
||||
@@ -87,7 +87,7 @@
|
||||
<color name="compose_contact_divider">#44000000</color>
|
||||
<color name="contact_picker_tab_pressed">#ddffffff</color>
|
||||
<color name="contact_picker_tab_underline">@android:color/white</color>
|
||||
<color name="contact_list_alphabet_header">@color/primary_color</color>
|
||||
<color name="contact_list_alphabet_header">@color/lineage_accent</color>
|
||||
<color name="contact_picker_background">#ffffff</color>
|
||||
<color name="chips_dropdown_background_activated">#4285f4</color>
|
||||
<color name="chips_dropdown_background_pressed">#ededed</color>
|
||||
@@ -109,7 +109,7 @@
|
||||
<color name="audio_picker_hint_text_color">#40000000</color>
|
||||
<color name="audio_picker_timer_text_color">#323232</color>
|
||||
<color name="audio_attachment_timer_text_color">#323232</color>
|
||||
<color name="audio_progress_bar_color">@color/primary_color</color>
|
||||
<color name="audio_progress_bar_color">@color/lineage_accent</color>
|
||||
|
||||
<color name="contact_picker_hint_text_color">#40000000</color>
|
||||
|
||||
@@ -126,15 +126,15 @@
|
||||
<color name="people_and_options_header_text">#6d6d6d</color>
|
||||
<color name="people_and_options_list_divider">#cccccc</color>
|
||||
|
||||
<color name="fab_color">@color/primary_color</color>
|
||||
<color name="fab_color">@color/lineage_accent</color>
|
||||
<color name="fab_pressed_color">#3ea4dc</color>
|
||||
<color name="fab_ripple">#40ffffff</color>
|
||||
|
||||
<color name="message_body_size_text_color">#555555</color>
|
||||
<color name="mms_indicator_color">#8BC34A</color>
|
||||
<color name="mms_indicator_color">#681faf</color>
|
||||
<color name="list_empty_text">#6d6d6d</color>
|
||||
<color name="low_storage_action_item_color">#ff000000</color>
|
||||
<color name="unblock_item_text_color">@color/primary_color</color>
|
||||
<color name="unblock_item_text_color">@color/lineage_accent</color>
|
||||
<color name="open_conversation_animation_background_shadow">#40000000</color>
|
||||
<color name="compose_notification_bar_background">@color/primary_color</color>
|
||||
|
||||
|
||||
20
res/values/lineage_colors.xml
Normal file
20
res/values/lineage_colors.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2016 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
<color name="lineage_accent">#FF9800</color>
|
||||
<color name="button_text">#000000</color>
|
||||
</resources>
|
||||
@@ -34,7 +34,7 @@
|
||||
<item name="android:dropDownListViewStyle">@style/DropDownListViewStyle</item>
|
||||
<item name="colorPrimary">@color/action_bar_background_color</item>
|
||||
<item name="colorPrimaryDark">@color/action_bar_background_color_dark</item>
|
||||
<item name="colorAccent">@color/action_bar_background_color</item>
|
||||
<item name="colorAccent">@color/lineage_accent</item>
|
||||
<item name="android:textColorHighlight">@color/text_highlight_color</item>
|
||||
<item name="actionBarStyle">@style/BugleActionBar</item>
|
||||
<item name="apnPreferenceStyle">@style/ApnPreference</item>
|
||||
@@ -47,6 +47,7 @@
|
||||
<style name="BugleTheme.ConversationActivityBase" parent="BugleTheme">
|
||||
<item name="android:windowBackground">@color/conversation_background</item>
|
||||
<item name="windowActionBarOverlay">true</item>
|
||||
<item name="colorAccent">@color/lineage_accent</item>
|
||||
<item name="android:fastScrollPreviewBackgroundLeft">@drawable/contacts_fastscroll_label_left</item>
|
||||
<item name="android:fastScrollPreviewBackgroundRight">@drawable/contacts_fastscroll_label_right</item>
|
||||
</style>
|
||||
@@ -143,6 +144,7 @@
|
||||
<item name="android:scrollHorizontally">false</item>
|
||||
<item name="android:textCursorDrawable">@null</item>
|
||||
<item name="android:inputType">textShortMessage|textAutoCorrect|textCapSentences|textMultiLine</item>
|
||||
<item name="android:colorAccent">@color/lineage_accent</item>
|
||||
</style>
|
||||
|
||||
<style name="ConversationComposeSubjectText" parent="ConversationComposeSendText">
|
||||
|
||||
Reference in New Issue
Block a user