Hello,
how to center a TabStripViewPager text tab then width equally to screen
from this :
to this one :
my code :
Any help appreciate.
how to center a TabStripViewPager text tab then width equally to screen
from this :
to this one :
my code :
B4X:
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("main")
tabstrip1.LoadLayout("1","Absensi")
tabstrip1.LoadLayout("2","Peta Pegawai")
Activity.AddMenuItem("Keluar","Keluar")
Activity.AddMenuItem("About","About")
End Sub
Any help appreciate.