mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Add initial Mentions UI/UX for picker and compose edit.
This commit is contained in:
committed by
Greyson Parrelli
parent
8e45a546c9
commit
1ab61beeb9
@@ -259,6 +259,7 @@
|
||||
<item name="conversation_popup_theme">@style/ThemeOverlay.AppCompat.Light</item>
|
||||
<item name="conversation_title_color">@color/white</item>
|
||||
<item name="conversation_subtitle_color">@color/transparent_white_90</item>
|
||||
<item name="conversation_mention_background_color">@color/core_grey_20</item>
|
||||
|
||||
<item name="safety_number_change_dialog_button_background">@color/core_grey_05</item>
|
||||
<item name="safety_number_change_dialog_button_text_color">@color/core_ultramarine</item>
|
||||
@@ -610,6 +611,7 @@
|
||||
<item name="conversation_popup_theme">@style/ThemeOverlay.AppCompat.Dark</item>
|
||||
<item name="conversation_title_color">@color/transparent_white_90</item>
|
||||
<item name="conversation_subtitle_color">@color/transparent_white_80</item>
|
||||
<item name="conversation_mention_background_color">@color/core_grey_75</item>
|
||||
<item name="conversation_scroll_to_bottom_background">@drawable/scroll_to_bottom_background_dark</item>
|
||||
<item name="conversation_scroll_to_bottom_foreground_color">@color/core_white</item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user