I have a View like this:
var view = Ti.UI.createView({ backgroundImage: "image.png", width: "25%", height: 160 });and I want to expand with a view.addEventListener('click', function(){}); for the user will see better the image. Anyone knows how? Thanks.