Hi, i'm having the label combination of 2 words(for eg:ScoreMore). I want this label with different colors.The 'Score' should be in one color and 'More' Should be in another color.Is there a solution for this kind of Labels?
3 Answers
The Styled Label Module will do what you are asking.
On iPhone: No On Android: if you use label.html rather than label.text, you might be able to give it a color using HTML tags, I don't know.
But you can use two labels, or you can use a webview
Then you have to split your string into two words using JavaScript split() function and use 2 labels to get it done. I thing its not possible in single label.
Your Answer
Think you can help? Login to answer this question!