blob: 03f18bb5d68025127ef8397fcd5e50343735c154 [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="?android:attr/colorBackgroundFloating" />
<corners
android:bottomLeftRadius="@dimen/corner_size"
android:topLeftRadius="@dimen/corner_size"
android:bottomRightRadius="@dimen/corner_size"
android:topRightRadius="@dimen/corner_size"
/>
</shape>