Theme attributes for fake chat widget styles.

pull/305/head
Anton Chekulaev 4 years ago
parent 1fc06a46f0
commit 8ad0049616

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/accent" />
<solid android:color="?message_received_background_color" />
<corners android:radius="@dimen/fake_chat_view_bubble_corner_radius" />
</shape>

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/fake_chat_bubble_background" />
<solid android:color="?message_sent_background_color" />
<corners android:radius="@dimen/fake_chat_view_bubble_corner_radius" />
</shape>

@ -151,12 +151,10 @@
<style name="FakeChatViewMessageBubble.Incoming">
<item name="android:background">@drawable/fake_chat_view_incoming_message_background</item>
<!-- <item name="android:textColor">@color/fake_chat_bubble_text</item>-->
</style>
<style name="FakeChatViewMessageBubble.Outgoing">
<item name="android:background">@drawable/fake_chat_view_outgoing_message_background</item>
<!-- <item name="android:textColor">@color/text</item>-->
</style>
<style name="Session.SettingsTheme" parent="PreferenceThemeOverlay.v14.Material" >

Loading…
Cancel
Save