Re: [android-developers] Image scaled, scroll, zoom, without margin

2012-05-14 Thread huberte
I did android:adjustViewBounds=true android:scaleType=fitXY great on portrait mode, but landscape does not fit, why ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Image scaled, scroll, zoom, without margin

2012-05-14 Thread huberte
In scrollview width=fill_parent works, but the image is ugly Le lundi 14 mai 2012 02:47:50 UTC-4, huberte a écrit : I did android:adjustViewBounds=true android:scaleType=fitXY great on portrait mode, but landscape does not fit, why ? -- You received this message because you

Re: [android-developers] Image scaled, scroll, zoom, without margin

2012-05-14 Thread huberte
here the code, it's working : ?xml version=1.0 encoding=utf-8? ScrollView android:id=@+id/scrollView1 android:layout_width=wrap_content android:layout_height=wrap_content xmlns:android=http://schemas.android.com/apk/res/android; ImageView android:id=@+id/exp1_image

[android-developers] Image scaled, scroll, zoom, without margin

2012-05-13 Thread huberte
Hi, A very easy thing, I thought. Have an image : exp1.png, which I want to fit the screen in landscape or portrait, and wish that the user can scroll this image. Tell me please, if I do that correctly : 1. I did copy different resolution in xhdpi (1024x) hdpi(640x) and

Re: [android-developers] Image scaled, scroll, zoom, without margin

2012-05-13 Thread [Perso]Svend WALTER
Sorry, zoom is not in imageview implemented as I red. I will pass this feature on my app, it's not so important... Le 13 mai 2012 02:06, huberte svend.wal...@gmail.com a écrit : Hi, A very easy thing, I thought. Have an image : exp1.png, which I want to fit the screen in landscape or