Android Question TabStripViewPager - Better ViewPager!

beeblomarv

Member
Licensed User
Longtime User
How to change the width* of Indicator! I mean how to make it wide or narrow?Just the width or height!
The way I tried to do it is :
Dim jo As JavaObject = tabstrip
jo.RunMethod("setIndicatorHeight", Array(?????))
Will that work or not?
 
Top