0
Q:

how to change color text in Koltin

// Android kotlin changing text color

// like this
android:textColor="#454545"
1
// like this
android:textColor="@color/red"
//or programmtically
textView.textColor = Color.RED
0

New to Communities?

Join the community