anotherim/src/main/res/drawable/background_message_separator.xml
2024-04-04 11:38:27 +02:00

5 lines
200 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/white"/>
<corners android:radius="8dp"/>
</shape>