10 lines
306 B
XML
10 lines
306 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:startColor="#1565C0"
|
|
android:centerColor="#1976D2"
|
|
android:endColor="#42A5F5"
|
|
android:angle="135"/>
|
|
<corners android:radius="40dp"/>
|
|
</shape>
|