Android Question disable swipe event to TabStrip

Calvin Yee

Member
Licensed User
I have create few tabs in Tabstrip.

Is possible to change the tab by click replace for swipe between tabs?

B4X:
    Sub Activity_Create(FirstTime As Boolean)
        Activity.LoadLayout("ly_InstallationResult")
        TabStrip1.LoadLayout("ly_InstallationResultPhoto","Take Photo") '/0
        TabStrip1.LoadLayout("ly_InstallationResultPage2","Signature") '/3
     end sub
 
Top