6 lines
No EOL
301 B
XML
6 lines
No EOL
301 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape android:shape="rectangle"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient android:startColor="#ff738ef5" android:endColor="#ffb3aeff" android:angle="0.0" android:type="linear" />
|
|
<corners android:radius="2.0dip" />
|
|
</shape> |