Comment typo fix
This commit is contained in:
parent
66e6d9e563
commit
3d6d2aa233
|
|
@ -6,7 +6,7 @@ import android.util.AttributeSet
|
|||
import androidx.appcompat.widget.AppCompatTextView
|
||||
|
||||
/**
|
||||
* A [android.widget.TextView] witch support text as SpannableString with ellipsize implementation
|
||||
* A [android.widget.TextView] which support text as SpannableString with ellipsize implementation
|
||||
* @author Rinat Nurmukhametov
|
||||
*/
|
||||
open class EllipsizeSpannableTextView @JvmOverloads constructor(
|
||||
|
|
|
|||
Loading…
Reference in New Issue