Last active
December 24, 2015 13:09
-
-
Save nuno/6803370 to your computer and use it in GitHub Desktop.
Android Horizontal "scrollView"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "#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