Does any body know how to set style for TextView
at run time:
something like this
myTextView.setStyle(R.style.mystyle);
Very easy just use setTextApparence and your style
myTextView.setTextAppearance(getApplicationContext(), R.style.boldText);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With