Sub ScaleView(v As View, Scale As Float)
Dim jo As JavaObject = v
jo.RunMethod("setScaleX", Array(Scale))
jo.RunMethod("setScaleY", Array(Scale))
End Sub
You can use it to scale all the child views. It will not be automatic.
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.