TextView Changes
This commit is contained in:
parent
cfcea37dd7
commit
887b6a4d36
36 changed files with 69 additions and 23 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue