Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ".container": {
- backgroundColor:"white"
- }
- "Label": {
- width: Ti.UI.SIZE,
- height: Ti.UI.SIZE,
- color: "#000"
- }
- "#label": {
- font: {
- fontSize: 12
- }
- }
- "#table[platform=ios]":{
- top:21
- }
- ".row" :{
- height:Ti.UI.SIZE,
- layout:"vertical"
- }
- ".labelWrapper":{
- height:Ti.UI.SIZE,
- }
- ".imageWrapper":{
- width:Ti.UI.FILL,
- height:140,
- }
- ".imageWrapper[platform=ios]":{
- layout:"vertical",
- //layout:"horizontal"
- }
- ".imageWrapper[platform=android]":{
- layout:"vertical",
- //layout:"horizontal"
- }
- ".image":{
- width:Ti.UI.FILL,
- height:Ti.UI.SIZE,
- }
Advertisement
Add Comment
Please, Sign In to add comment