edc-monitoring-android-app/app/src/main/res/drawable/rounded_bottom_background.xml
2025-07-04 18:47:44 +07:00

13 lines
371 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="#DE0701" />
<corners
android:bottomLeftRadius="48dp"
android:bottomRightRadius="48dp"
android:topLeftRadius="0dp"
android:topRightRadius="0dp" />
</shape>