My limited experience has been that Android does automatically
compress and stretch at runtime.
If you want to keep the proportions, you need to specify:
android:adjustViewBounds="true" in XML formatting, or equivalent in
Java.

jim


On Jan 22, 3:07 am, jalandar <jagtap...@gmail.com> wrote:
> if size of image is larger than or smaller than specified display size
> (on screen), then it is automatically, compressed and stretched resp
> by android run time or require to handle by explicitly.
>
> will somebody clear me.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to