|
@@ -2,7 +2,5 @@
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:shape="rectangle">
|
|
android:shape="rectangle">
|
|
|
<solid android:color="@color/colorPrimary" />
|
|
<solid android:color="@color/colorPrimary" />
|
|
|
- <corners android:radius="10dp" />
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <corners android:radius="100dp" />
|
|
|
</shape>
|
|
</shape>
|