mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 13:58:25 +00:00
Fix LandingActivity textColor (#1159)
This commit is contained in:
parent
5d552a7f93
commit
ffef98ecc9
@ -228,11 +228,13 @@
|
||||
<style name="FakeChatViewMessageBubble.Incoming">
|
||||
<item name="android:background">@drawable/fake_chat_view_incoming_message_background</item>
|
||||
<item name="android:elevation">10dp</item>
|
||||
<item name="android:textColor">?message_received_text_color</item>
|
||||
</style>
|
||||
|
||||
<style name="FakeChatViewMessageBubble.Outgoing">
|
||||
<item name="android:background">@drawable/fake_chat_view_outgoing_message_background</item>
|
||||
<item name="android:elevation">10dp</item>
|
||||
<item name="android:textColor">?message_sent_text_color</item>
|
||||
</style>
|
||||
<!-- Session -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user