blob: afb1d1d9f0ff834bc09af460204de2a4dcd1e759 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius="2dp" />
<solid android:color="@color/item_selected_teal" />
</shape>