2019-07-24 11:27:29 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
2019-11-20 22:09:14 +00:00
|
|
|
<solid android:color="?primary_400" />
|
2019-07-24 11:27:29 +00:00
|
|
|
<corners android:radius="4.0dip" />
|
|
|
|
</shape>
|