2021-03-11 13:27:25 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
2021-04-06 13:03:33 -03:00
|
|
|
<stroke android:color="@color/signal_divider_minor" android:width="1dp" />
|
2021-03-11 13:27:25 -05:00
|
|
|
<corners android:radius="10dp" />
|
|
|
|
</shape>
|