Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 159ca5d8 authored by Hongwei Wang's avatar Hongwei Wang Committed by Automerger Merge Worker
Browse files

Merge "Enable dither for DismissView" into udc-dev am: dcced529 am: 0e12042f

parents 7d8c5197 0e12042f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ class DismissView(context: Context) : FrameLayout(context) {
        val gd = GradientDrawable(
                GradientDrawable.Orientation.BOTTOM_TOP,
                intArrayOf(gradientColorWithAlpha, Color.TRANSPARENT))
        gd.setDither(true)
        gd.setAlpha(0)
        return gd
    }