- <?xml version="1.0" encoding="utf-8"?>
- <shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <solid android:color="@color/super_gray_efeff2"/>
- <corners
- android:bottomLeftRadius="0dp"
- android:bottomRightRadius="@dimen/super_dimen_8.00dp"
- android:topLeftRadius="0dp"
- android:topRightRadius="@dimen/super_dimen_8.00dp"/>
- </shape>
|