screenwidth

  1. Alexander Stolte

    iOS Question Tabstrip Indicator fit to width

    Hello, how can i to adjust the indicator length to the width? in B4A i do it that way: Public Sub GetAllTabLabels (tabstrip As TabStrip) As List Dim jo As JavaObject = tabstrip Dim r As Reflector r.Target = jo.GetField("tabStrip") Dim tc As Panel = r.GetField("tabsContainer")...
Top