wulkanowy-mod/app/src/main/res/drawable/ic_all_divider.xml
2018-08-26 00:18:31 +02:00

10 lines
317 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="270"
android:centerColor="@android:color/transparent"
android:centerX="0.01"
android:startColor="#60606060" />
</shape>