Answers for "set Textview margin and width programmly kotlin"

0

set Textview margin and width programmly kotlin

(textView.layoutParams as ViewGroup.MarginLayoutParams).apply {
            bottomMargin = 10
           // marginStart=5
        }
Posted by: Guest on June-01-2021

Code answers related to "set Textview margin and width programmly kotlin"

Browse Popular Code Answers by Language