OsmAnd/OsmAnd/res/drawable/ic_background_plugin_listitem.xml

9 lines
234 B
XML
Raw Normal View History

2012-06-16 18:59:09 +02:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient
android:angle="270"
android:endColor="#616161"
android:startColor="#909090" />
2012-06-15 17:01:27 +02:00
</shape>