I have a xml layout, i assigned color like android:textColor=”#800080″; is there any way to change the color for this parameter dynamically while the app is running by user input?
I have a xml layout, i assigned color like android:textColor=#800080; is there any way
Share
You can change text color of a view dynamically like this
view.setTextColor(Color.parseColor("#234435"));