Merge "Make DoubleShadowTextView extensible." into tm-qpr-dev

This commit is contained in:
Bryce Lee
2023-02-07 22:26:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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,