edc-monitoring-android-app/app/src/main/res/drawable/button_finish_background.xml
2025-05-30 16:13:51 +07:00

9 lines
234 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="#3498DB" />
<corners android:radius="8dp" />
</shape>