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

@@ -14,4 +14,7 @@
android:top="@dimen/message_bubble_padding_top"/>
<solid
android:color="@color/msg_out"/>
<stroke
android:width="@dimen/message_bubble_stroke"
android:color="@color/msg_stroke_dark"/>
</shape>