AArkiwi/res/drawable-hdpi/pl_gradient_bg_hover.xml
2015-06-15 17:48:37 +02:00

10 lines
No EOL
338 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- Gradient BgColor for listrow Selected -->
<gradient
android:startColor="#18d7e5"
android:centerColor="#16cedb"
android:endColor="#09adb9"
android:angle="270" />
</shape>