Images in ScrollView in android

前端 未结 3 957
滥情空心
滥情空心 2020-12-01 23:03

In my app I want to place a .png file and I want it to be viewed as a scrolled image at both landscape and portrait modes, please, suggest a code or example....

3条回答
  •  北海茫月
    2020-12-01 23:56

    To make your Imageview scroll if it doesn't fit in height, you can next a ImageView inside a ScrollView in the xml, & add this parameter -

    android:adjustViewBounds="true"
    

    Here's an example -

    
        
        
    
    

提交回复
热议问题