Files
MoGoEagleEye/libraries/mapmodule/src/main/res/drawable/shadow_left.xml
2023-08-07 11:21:55 +08:00

13 lines
369 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="rectangle" >
<gradient
android:angle="360"
android:endColor="#000000"
android:startColor="#55808080" />
</shape>
</item>
</layer-list>