Answers for "how to change color text in Koltin"

1

android kotlin change text color

// Android kotlin changing text color

// like this
android:textColor="#454545"
Posted by: Guest on October-14-2020
0

how to change color text in Koltin

// like this
android:textColor="@color/red"
//or programmtically
textView.textColor = Color.RED
Posted by: Guest on November-28-2020

Code answers related to "how to change color text in Koltin"

Browse Popular Code Answers by Language