11 lines
305 B
XML
11 lines
305 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:angle="180"
|
|
android:endColor="#FFFFFFFF"
|
|
android:startColor="#FFFFFFFF"
|
|
android:type="linear" />
|
|
|
|
<corners android:radius="10dp" />
|
|
</shape>
|