gjiazhe/PanoramaImageView

Orientation Problem

Opened this issue · 0 comments

When using this image, it starts vertical orientation, instead of horizontal orientation
http://www.panophoto.eu/Images/Uploads/Med/42f5eda5-7031-4a2e-9c84-7114126c46c0.jpg
It's possible to set it manually?

I tested it with the demo app, and it's working fine. I used in my app in a listview, and on every onMeasure, I get the heightMeasureSpec= 0, that's why it's entering the VERTICAL part of the if (PanoramaImageViewer.java). What could be the problem?