mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
18 lines
347 B
XML
18 lines
347 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<corners
|
|
android:radius="@dimen/unread_bubble_size"/>
|
|
|
|
<solid
|
|
android:color="@color/briar_text_primary_inverse"/>
|
|
|
|
<stroke
|
|
android:color="@color/briar_text_primary"
|
|
android:width="1dp"/>
|
|
|
|
</shape>
|
|
|