<?xml version="1.0" encoding="utf-8"?>
<shape
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="?sudItemBackgroundColor" />
    <corners android:topLeftRadius="@dimen/sud_glif_expressive_item_corner_radius" android:topRightRadius="@dimen/sud_glif_expressive_item_corner_radius" android:bottomLeftRadius="@dimen/sud_glif_expressive_item_corner_radius" android:bottomRightRadius="@dimen/sud_glif_expressive_item_corner_radius" />
</shape>
