16 lines
392 B
XML
16 lines
392 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="#e2e2e2" />
|
|
|
|
<solid android:color="#f9f9f9" />
|
|
|
|
<gradient
|
|
android:endColor="#66E8E8E8"
|
|
android:gradientRadius="150"
|
|
android:startColor="#ffffffff"
|
|
android:type="radial" />
|
|
|
|
</shape> |