-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Box widget schema for redwood layout #1521
Conversation
LGTM so far |
bc00413
to
22c85e3
Compare
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
|
||
@Property(5) | ||
@Default("Dp(0.0)") | ||
val minHeight: Dp, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do folks think that these would be useful?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine to be here, as long as it is a no-op when not assigned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not add any new properties that are not fundamentally intrinsic to the display of Box. Things like minHeight/minWidth are equally as applicable to Row or Column, and we should discuss their inclusion separately so as to not distract from getting Box landed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc: @swankjesse going to remove these
aec7e0f
to
93e9866
Compare
93e9866
to
9026151
Compare
9026151
to
1a6dbeb
Compare
No description provided.