12 lines
356 B
XML
12 lines
356 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:angle="270"
|
|
android:startColor="#00000000"
|
|
android:centerColor="#40000000"
|
|
android:endColor="#80000000" />
|
|
<corners android:radius="16dp" />
|
|
</shape>
|
|
|