8 lines
209 B
XML
8 lines
209 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<gradient
|
||
|
startColor="#00c0c0c0"
|
||
|
endColor="#00c0c0c0"
|
||
|
angle="0"/>
|
||
|
</shape>
|