1
0
This repository has been archived on 2025-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
2019-08-26 20:54:20 +02:00

10 lines
334 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="@color/colorDividerInverse" />
</shape>