mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-08 15:54:58 +00:00
6 lines
No EOL
249 B
XML
6 lines
No EOL
249 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/slack_black_3" />
|
|
<corners android:radius="@dimen/button_radius" />
|
|
</shape> |