Files
briar/briar-android/src/main/res/drawable/bubble_completed.xml
2020-06-29 17:20:42 +01:00

14 lines
233 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="32dp"/>
<solid
android:color="@color/briar_lime_600"/>
</shape>