mobile-android/app/src/main/res/drawable/background_light_green.xml
2020-05-08 15:23:03 +10:00

9 lines
No EOL
315 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="@color/light_green" />
<corners android:radius="6dp" />
<stroke
android:width="1dp"
android:color="@color/dark_green" />
</shape>