MaterialTextView

constructor(@NonNull context: Context)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int)


constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int, defStyleRes: Int)

Deprecated

Since AppCompatTextView does not provide a 4 arg constructor, the defStyleRes argument will be ignored. Please use the 3 arg constructor instead. see MaterialTextView