aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable-hdpi/es_slidingpane_shadow.xml
blob: eaca7894e7147885f92df2df429f86e369aa94c9 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient
    android:centerColor="#8B0000"
    android:endColor="#34FFDD"
    android:startColor="#FF00FF" />
<size android:width="5.0dp" android:height="0.5dp" />
</shape>