Access to the ScaleType in the android object. This would save me a tone of dancing....
mrred128 Active Member Licensed User Longtime User Jul 29, 2014 #1 Access to the ScaleType in the android object. This would save me a tone of dancing....
Erel B4X founder Staff member Licensed User Longtime User Jul 29, 2014 #2 It is quite simple to access this API with JavaObject: B4X: Dim jo As JavaObject = ImageView1 jo.RunMethod("setScaleType", Array("CENTER_INSIDE")) Note that I didn't see any change when applying different scale types.
It is quite simple to access this API with JavaObject: B4X: Dim jo As JavaObject = ImageView1 jo.RunMethod("setScaleType", Array("CENTER_INSIDE")) Note that I didn't see any change when applying different scale types.
Informatix Expert Licensed User Longtime User Jul 29, 2014 #3 mrred128 said: Access to the ScaleType in the android object. This would save me a tone of dancing.... Click to expand... Look at the BetterImageView library.
mrred128 said: Access to the ScaleType in the android object. This would save me a tone of dancing.... Click to expand... Look at the BetterImageView library.