11 lines
324 B
XML
11 lines
324 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners android:topLeftRadius="15dp"
|
|
android:topRightRadius="15dp"/>
|
|
<gradient
|
|
android:endColor="#2C3D51"
|
|
android:startColor="#2C3D51"
|
|
android:type="linear"
|
|
/>
|
|
|
|
</shape> |