skyline/app/src/main/res/drawable/background_gradient.xml
PixelyIon 3e4ec7323b Tweak grid compact items
Removes card elevation as it visually conflicts with the scrim, this also makes the scrim a bit darker to emphasize the text and slightly reduces the border radius.
2022-04-14 14:14:52 +05:30

10 lines
326 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:endColor="#E0000000"
android:centerColor="#00000000"
android:startColor="#00000000"
android:type="linear" />
</shape>