mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
Add a stroke for private message bubbles on Android 4
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user