Darken the background more when selecting a message.

master
Greyson Parrelli 2020-02-04 15:08:53 -05:00
parent 7d949ee8fd
commit 2754b397d5
3 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="0"
android:background="@color/transparent_black_20" />
android:background="?reactions_screen_shade_color" />
<include
android:id="@+id/conversation_reaction_toolbar"

View File

@ -104,6 +104,7 @@
<attr name="reactions_pill_selected_background" format="reference" />
<attr name="reactions_pill_text_color" format="color" />
<attr name="reactions_pill_selected_text_color" format="color" />
<attr name="reactions_screen_shade_color" />
<attr name="camera_button_style" />

View File

@ -277,6 +277,7 @@
<item name="reactions_pill_selected_background">@drawable/reaction_pill_background_selected_light</item>
<item name="reactions_pill_text_color">@color/core_grey_60</item>
<item name="reactions_pill_selected_text_color">@color/core_grey_75</item>
<item name="reactions_screen_shade_color">@color/transparent_black_40</item>
<item name="conversation_item_bubble_background">@color/core_grey_05</item>
<item name="conversation_item_sent_text_primary_color">@color/core_grey_90</item>
@ -545,6 +546,7 @@
<item name="reactions_pill_selected_background">@drawable/reaction_pill_background_selected_dark</item>
<item name="reactions_pill_text_color">@color/core_grey_35</item>
<item name="reactions_pill_selected_text_color">@color/core_grey_15</item>
<item name="reactions_screen_shade_color">@color/transparent_black_60</item>
<item name="emoji_tab_strip_background">@color/core_grey_85</item>
<item name="emoji_tab_indicator">@color/core_grey_65</item>