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