counterTextView?.apply {
this.textSize = secondaryTextSize
this.setTextColor(secondaryTextColor)
this.setBackgroundColor(Color.YELLOW)
this.text = "0"
val textViewParams = ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT)
this.layoutParams = textViewParams
}
addView(counterTextView) - не помогло...
не увидел здесь gravity
зачем тебе делать apply отдельно от инициализации?
Обсуждают сегодня