mailiverse/android/SlidingMenu/example/res/drawable/shadow.xml

9 lines
250 B
XML
Raw Normal View History

2013-08-09 16:48:44 -04:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient
android:endColor="#33000000"
android:centerColor="#11000000"
android:startColor="#00000000" />
</shape>