Make DoubleShadowTextView extensible.

Test: manual
Bug: 267625438
Change-Id: Ie5119413e45b965d38be4fdc05e5023f7eb20ff5
This commit is contained in:
Bryce Lee
2023-02-06 17:31:02 -08:00
parent 0aafe55e6f
commit ed767dd752

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,