wulkanowy-mod/app/src/main/res/drawable-night/ic_all_divider.xml

10 lines
334 B
XML
Raw Normal View History

2018-06-14 04:40:46 -05:00
<?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"
2019-08-26 13:54:20 -05:00
android:startColor="@color/colorDividerInverse" />
2018-06-14 04:40:46 -05:00
</shape>