szkolny/app/src/main/res/drawable/shadow_top.xml
2019-09-18 22:29:09 +02:00

10 lines
284 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<gradient
android:angle="90"
android:endColor="#88444444"
android:startColor="@android:color/transparent" />
</shape>