2019-04-22 18:11:00 +10:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
2020-01-08 05:38:32 +11:00
|
|
|
<corners android:radius="6dp"/>
|
2020-01-31 07:37:28 +11:00
|
|
|
<solid android:color="?attr/colorBackgroundAccent" />
|
2019-04-22 18:11:00 +10:00
|
|
|
</shape>
|