[android-developers] Re: scaleType=fitXY works scaleType=centerInside doesnt

2010-10-01 Thread Shawn Brown
If you know or can guess please tell me why: In the FrameLayout below, scaleType=fitXY will adjust the image to fit the screen but scaleType=centerInside doesn't. Sorry, it works fine. In the eclipse plugin it does not scale but on the phone it works. Shawn -- You received this message

[android-developers] Re: scaleType=fitXY works scaleType=centerInside doesnt

2010-10-01 Thread Streets Of Boston
The Eclipse plugin sucks if you do a bit more than just simple layouts or drawables. The only way to check if it all works fine, is to check it during runtime (either on the emulator or, better, a real device). On Oct 1, 3:08 am, Shawn Brown big.coffee.lo...@gmail.com wrote: If you know or can