catchthecows / AndroidImageMap

An HTML map like widget in an Android view
199 stars 74 forks source link

Fit, don't stretch #3

Open yairyog opened 11 years ago

yairyog commented 11 years ago

Currently the widget has a

  1. "Fill" option (when mFitImageToScreen=false)
  2. "Stretch" option (when mFitImageToScreen=true)

What I'm missing is a real "Fit" option, as in no need for scrolling, resized with ratio kept and either the top-bottom or the left-right edges might have empty spots.

How would you go about adding such a feature?

letroll commented 11 years ago

I need it too, can you add this feature?