2020-08-20 06:47:15 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-09-02 04:18:40 +00:00
|
|
|
<resources>
|
2020-08-20 06:47:15 +00:00
|
|
|
|
2020-09-01 06:58:30 +00:00
|
|
|
<style name="Widget.Session.Button.Common.ProminentOutline">
|
|
|
|
<item name="android:background">@drawable/prominent_outline_button_medium_background</item>
|
|
|
|
<item name="android:textColor">?android:textColorPrimary</item>
|
|
|
|
</style>
|
|
|
|
|
2020-09-02 13:01:29 +00:00
|
|
|
<style name="Widget.Session.Button.Common.ProminentFilled">
|
|
|
|
<item name="android:background">@drawable/prominent_filled_button_medium_background</item>
|
|
|
|
<item name="android:textColor">@android:color/white</item>
|
|
|
|
</style>
|
|
|
|
|
2020-09-08 04:44:57 +00:00
|
|
|
<style name="FakeChatViewMessageBubble.Incoming">
|
|
|
|
<item name="android:background">@drawable/fake_chat_view_incoming_message_background</item>
|
|
|
|
<item name="android:elevation">4dp</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="FakeChatViewMessageBubble.Outgoing">
|
|
|
|
<item name="android:background">@drawable/fake_chat_view_outgoing_message_background</item>
|
|
|
|
<item name="android:elevation">4dp</item>
|
|
|
|
</style>
|
|
|
|
|
2020-08-20 06:47:15 +00:00
|
|
|
</resources>
|