Is it possible to display image in its original size without getting resize so as to fit the screen in android?
I tried to display an floor plan on the 开发者_如何转开发android emulator but the image displayed is always resize to fit the screen when i run the apps. Is that ways where i can display the image without getting ti resize to fit the screen?
You can try to set the ImageView.ScaleType to make it behave how you prefer.
精彩评论