Files
cuidamais_med/app/src/main/res/drawable/bg_bubble_receive.xml
2026-03-19 10:37:52 +00:00

11 lines
354 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#E0E0E0" />
<corners
android:bottomLeftRadius="0dp"
android:bottomRightRadius="16dp"
android:topLeftRadius="16dp"
android:topRightRadius="16dp" />
</shape>