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

10 lines
315 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"
android:startColor="#494949" />
</shape>