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

Commit 2d3a6cc9 authored by Bryce Lee's avatar Bryce Lee Committed by Automerger Merge Worker
Browse files

Merge "Make DoubleShadowTextView extensible." into tm-qpr-dev am: a3f6566a

parents 571cc4f3 a3f6566a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import com.android.systemui.shared.shadow.DoubleShadowTextHelper.ShadowInfo
import com.android.systemui.shared.shadow.DoubleShadowTextHelper.applyShadows

/** Extension of [TextView] which draws two shadows on the text (ambient and key shadows} */
class DoubleShadowTextView
open class DoubleShadowTextView
@JvmOverloads
constructor(
    context: Context,