Add a stroke for private message bubbles on Android 4

This commit is contained in:
Torsten Grote
2018-08-14 18:25:16 -03:00
parent c8b516196c
commit 21f95ed9af
13 changed files with 35 additions and 1 deletions

View File

@@ -37,6 +37,9 @@
<color name="msg_out">@color/briar_blue_elio_light</color>
<color name="notice_in">@color/briar_blue_grey</color>
<color name="notice_out">@color/briar_blue_elio</color>
<color name="msg_stroke_light">#cbcbcb</color>
<color name="msg_stroke_dark">#333333</color>
<color name="msg_stroke">@color/msg_stroke_light</color>
<!-- text colors -->
<color name="briar_text_link">@color/briar_blue_light</color>

View File

@@ -48,6 +48,7 @@
<dimen name="message_bubble_elevation">2dp</dimen>
<dimen name="message_bubble_margin_tail">8dp</dimen>
<dimen name="message_bubble_margin_non_tail">30dp</dimen>
<dimen name="message_bubble_stroke">1px</dimen>
<dimen name="forum_nested_line_width">2dp</dimen>
<dimen name="forum_nested_indicator">24dp</dimen>