Search code examples
androidandroid-imageviewandroid-scrollview

scrollview with long image not showing


I have an imageview nested inside a scrollview. When I inserted an image about 2990px in height the image would not show, but when I cropped it to 1500px. It shows. Does anybody knows why? Does scrollview have a maximum height limit?


Solution

  • I tried putting the image into xxhdpi. Then it appears, but the image becomes small, and wont fit the whole parent width. So I just cut the image into two pieces. The whole image is shown now.