Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (android)
Viewing all articles
Browse latest Browse all 7655

Why do some images in a ImageView turn left 90?

$
0
0

var image = Ti.UI.createImageView({
                        borderRadius: 5,
                        top: '10%',
                        left: padLeft + '%',
                        image: event.media,
                        height: '80%',
                        width: '13%'
                    });
Some images are rotated 90 to the left...How to solve this problem?

Viewing all articles
Browse latest Browse all 7655

Trending Articles