Scale parts of the image in ImageView android -


i need scale part of imageview (say x y), rather whole image. setscaletype() function happens work whole image rather on specific parts. please let me know if there way in android.

thanks in advance.

you can achieve 2 ways.

  1. create separate part of image(photoshop)
  2. create new bitmap(rect) , draw on new canvas , play it.

i prefer go 2 option.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -