Skip to content

Instantly share code, notes, and snippets.

@nuno
Last active December 24, 2015 13:09
Show Gist options
  • Select an option

  • Save nuno/6803370 to your computer and use it in GitHub Desktop.

Select an option

Save nuno/6803370 to your computer and use it in GitHub Desktop.
Android Horizontal "scrollView"
"#scrollView": {
layout:"horizontal",
contentWidth: Ti.UI.SIZE, //andoid important
height:260,
scrollType:"horizontal",
horizontalWrap: false //andoid important
},
".view": {
height:260,
width:220,
left:5,
right:5,
backgroundColor:"red",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment