How to give color to string: Example:
String str="Hello Android";
How to give color to the above string?
Also how to give red color to string "cancel" the following :
final String[] items = { "Switch Off", "Timer Settings","Cancel"};
How to give color to string: Example:
String str="Hello Android";
How to give color to the above string?
Also how to give red color to string "cancel" the following :
final String[] items = { "Switch Off", "Timer Settings","Cancel"};