tmap/res/drawable/main_shadow_down.xml
2022-06-10 21:38:30 +09:00

5 lines
286 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="@color/color_00000000" android:endColor="@color/color_4d000000" android:angle="90.0" android:type="linear" />
</shape>