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")...
This is the TabStripViewPagerExtendet Class for the TabStripViewPager and my first Class which I publish.
The standard library does not offer much customizability and thats the reason why I did this class. The class has many settings and thanks to Erel for sharing methods with the JavaObjects...
I am using a Tabstrip and a few of the tab's pages have edittext controls on them.
So, I am forced to use a scrollview on each tabstrip page that has a edittext on it to make sure they can be visible when the keyboard is shown.
So, then I am forced to use IME to detect when the keyboard...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.