Conversations/res/drawable/es_slidingpane_shadow.xml

7 lines
248 B
XML
Raw Normal View History

2014-01-24 02:04:05 +01:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient
android:endColor="#cccccc"
2014-03-07 18:13:19 +01:00
android:startColor="#00000000" />
2014-01-24 02:04:05 +01:00
<size android:width="3.0dp" android:height="0.5dp" />
</shape>