Download this file

menu_shadow.xml    10 lines (7 with data), 229 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#6000"
android:endColor="#0000"
android:angle="0"/>
</shape>