Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created September 8, 2022 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cp-radhika-s/0f2263fd699c9d6a0dbe38c7db2538dd to your computer and use it in GitHub Desktop.
Save cp-radhika-s/0f2263fd699c9d6a0dbe38c7db2538dd to your computer and use it in GitHub Desktop.
start: {
date: {
width: 'spread',
height: 'wrap',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['subTitleDivider','bottom'],
},
actions: {
width: 'spread',
height: 50,
start: ['parent', 'start',16],
end: ['parent', 'end',16],
top: ['date','bottom'],
},
text: {
width: 'spread',
height: 'spread',
start: ['parent', 'start',16],
end: ['parent', 'end',16],
top: ['actions','bottom', 16],
bottom: ['parent','bottom']
}
},
end: {
date: {
visibility: 'gone',
width: 'spread',
height: 'wrap',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['subTitleDivider','bottom'],
},
actions: {
width: 'spread',
height: 70,
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['subTitle','bottom'],
},
text: {
width: 'spread',
height: 'spread',
start: ['parent', 'start'],
end: ['parent', 'end'],
top: ['actions','bottom',16],
bottom: ['parent','bottom'],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment