OsmAnd/OsmAnd/res/drawable/preference_activity_action_bar_shadow.xml
2019-07-04 21:49:32 +03:00

17 lines
No EOL
360 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape
android:dither="true"
android:shape="rectangle">
<gradient
android:angle="270"
android:endColor="#00000000"
android:startColor="#10000000" />
<size android:height="8dp" />
</shape>
</item>
</layer-list>