2018-11-08 23:33:37 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
2019-03-14 17:01:23 -07:00
|
|
|
<corners android:radius="5dp" />
|
|
|
|
|
|
|
|
<stroke
|
|
|
|
android:width="3dp"
|
|
|
|
android:color="@color/signal_primary"/>
|
2018-11-08 23:33:37 -08:00
|
|
|
</shape>
|