cancel
Showing results for 
Search instead for 
Did you mean: 

color for textview in BSP

Former Member
0 Kudos

how to give color for text in textview ,

at now i used critical, negative and positive colors only but i want more colors in bsp(htmlb).

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi bala,

Give like this

<htmlb:textView text = "Pink" textColor="pink"/>
<htmlb:textView text = "Red" textColor="red"/>
<htmlb:textView text = "Green" textColor="green"/>

Also Check this Thread

Answers (0)