blob: f6ee558b5064fa536f43b5ab44bab6da4978580f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#ffeeeeee" />
<corners
android:bottomLeftRadius="@dimen/corner_size"
android:topLeftRadius="0dp"
android:bottomRightRadius="@dimen/corner_size"
android:topRightRadius="0dp"
/>
</shape>