Files
briar/briar-android/src/main/res/drawable/bubble_future.xml
2024-06-10 10:56:08 -03:00

14 lines
228 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="?colorSurfaceDim"/>
</shape>