Hi! I'm using DSTabLayout, and i set the text using CharSequence, but i doesn't seem to work.
This is my code, but textsize doesn't change. Is there any error in my code or?
This is my code, but textsize doesn't change. Is there any error in my code or?
B4X:
For i = 0 To lstContent.Size-1
Dim cs As CSBuilder
cs.Initialize.Size(7).Append(lstContent.Get(i)).PopAll
TabLayout.SetTabText(i,cs)
Next