diff options
| author | Timi Rautamäki <timi.rautamaki@gmail.com> | 2021-07-03 20:29:41 +0200 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-02-06 11:03:50 +0300 |
| commit | 442200408f3bbe4bb891bb48eca840654b2a19ab (patch) | |
| tree | 3772157ab7ce3a5d521abe026a7655381835d81f | |
| parent | d97a6145aab628d65fba8450dd85b8d29ee212aa (diff) | |
Messaging: restore AOSP colors for selected messagess12.0
* This is to have text-select handles differ from background color.
Change-Id: Ia3c1dcf8d2073db3157f17f08b60df6cc6fe1c51
| -rw-r--r-- | res/values/colors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index b8119bc..a380383 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -67,8 +67,8 @@ <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">@color/lineage_accent</color> - <color name="message_image_selected_tint">#80FF9800</color> + <color name="message_bubble_color_selected">#8BC34A</color> + <color name="message_image_selected_tint">#80689F38</color> <color name="generic_video_icon">#ff808080</color> <!-- Base color used for color filtering. --> |
