8 lines
254 B
XML
8 lines
254 B
XML
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||
|
|
<gradient
|
||
|
|
android:startColor="#4A00E0"
|
||
|
|
android:endColor="#4E197C"
|
||
|
|
android:angle="0" />
|
||
|
|
<corners android:radius="8dp" />
|
||
|
|
</shape>
|