TextView Changes

This commit is contained in:
h4h13 2019-09-03 21:32:10 +05:30
parent cfcea37dd7
commit 887b6a4d36
36 changed files with 69 additions and 23 deletions

View file

@ -23,7 +23,7 @@ class ATESecondaryTextView @JvmOverloads constructor(
context: Context,
attrs: AttributeSet? = null,
defStyleAttr: Int = 0
) : MaterialTextView(context, attrs, defStyleAttr) {
) : BaselineGridTextView(context, attrs, defStyleAttr) {
init {
setTextColor(ThemeStore.textColorSecondary(context))