mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-08 07:44:56 +00:00
9 lines
No EOL
315 B
XML
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> |