2018-11-20 09:59:23 -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" />
|
|
|
|
|
2018-11-20 09:59:23 -08:00
|
|
|
<stroke
|
|
|
|
android:width="1px"
|
2019-10-07 15:43:36 -03:00
|
|
|
android:color="@color/transparent_white_20" />
|
2018-11-20 09:59:23 -08:00
|
|
|
|
|
|
|
</shape>
|