2019-06-22 16:05:55 +10:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners android:radius="6dp" />
|
2020-01-31 07:37:28 +11:00
|
|
|
<stroke android:color="?attr/colorBackgroundAccent" android:width="1dp" />
|
2019-06-22 16:05:55 +10:00
|
|
|
</shape>
|