Android Question LabelExtras Text Format

khwarizmi

Active Member
Licensed User
Longtime User
Hi all

Use a LabelExtras to display a text that can be clicked word by word. The problem is that the word that can be clicked must be bold or italic, is there a way for the word to be in the normal format?
B4X:
 Dim HtmlString As String="Any text that is within HTML <b>BOLD</b> or <i>ITALIC</i> tags will have a click listener added.<br><br>Click <b>here</b> to start ActivityTwo."
 
Solution
You should use CSBuilder or BBCodeView

Erel

B4X founder
Staff member
Licensed User
Longtime User
You should use CSBuilder or BBCodeView

 
Upvote 1
Solution

khwarizmi

Active Member
Licensed User
Longtime User
How can I use Typeface.STYLE_ITALIC ?
 
Upvote 0
Top