The getScale() API was removed from BaseAdapter, because now the Gallery
widget does not support scaling the focussed item in relation to the other
items.
No replacement was added. It is recommended that you don't alter the
standard behavior of the Gallery widget.
Is there any particular reason you want to do this?
2008/8/29 blim <bren...@gmail.com>
What should we use to replace getScale from BaseAdapter, which has
been deprecated in 0.9? I'm trying to use this to scale images in a
Gallery view in relation to which item is currently in focus.