2020-08-01 21:48:51 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners
|
|
|
|
android:topLeftRadius="6dp"
|
|
|
|
android:topRightRadius="6dp" />
|
|
|
|
<stroke
|
2022-12-06 20:24:26 +01:00
|
|
|
android:color="?attr/colorOutline"
|
2020-08-01 21:48:51 +02:00
|
|
|
android:width="1dp" />
|
2022-12-06 20:24:26 +01:00
|
|
|
<solid android:color="?attr/colorSurface" />
|
2020-08-01 21:48:51 +02:00
|
|
|
</shape>
|