|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="@color/selectedGreen"/>
|
|
<corners
|
|
android:topLeftRadius="0dp"
|
|
android:topRightRadius="10dp"
|
|
android:bottomLeftRadius="0dp"
|
|
android:bottomRightRadius="0dp"/>
|
|
|
|
</shape>
|