straw/app/src/main/res/drawable/toolbar_shadow.xml
2017-04-26 16:24:33 -03:00

12 lines
268 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#5a000000"
android:endColor="#00000000"
android:angle="270"
android:type="linear"/>
</shape>