-
Notifications
You must be signed in to change notification settings - Fork 171
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
Added large custom view size to MSFTableViewCell #2114
Added large custom view size to MSFTableViewCell #2114
Conversation
have we run this pass design yet? |
Haven't followed up with any designers about this regarding fluent specifically. |
Is the issue really that we need a new size? Or is it just a layout (implementation) issue at an existing size? |
Followed up with @joannaquu offline and reaching out to designers. Will provide an update when I hear back. @anandrajeswaran I think the issue is that we'd need a new size. From that I've seen in a design the avatars with activities are supposed to be 46x46. But I'll pass this question along with design and see what they say about if the adjustment that needs to be made is related to the table view cell or the avatar. |
Spoke with design and they were okay with this change. They didn't have any opinions though on if the change should be made to the avatar v.s. the table cell. |
Can you add an example in the Demo app? May be interesting to show how this looks relative to other similarly sized cells and what impact that has on consuming code |
@microsoft-github-policy-service agree company="Microsoft" |
sorry, just thought of one more thing to check. |
Checked with those controls and didn't see they'd be affected. But I'm going to close this PR since I was able to get the same results by just overriding the tokens for the custom view. So this PRs changes don't need to be checked in. |
Platforms Impacted
Description of changes
Binary change
N/A
Verification
When using a fluent avatar with size 40 and then setting an activity, for example:
The avatar view will actually go from having 40x40 dimensions, to having 46x46 dimensions. When using the fluent table view cell which can only accommodate 40x40, this causes the unread status to make contact with the custom view. However, when using the new large custom view, that is no longer the case.
Large custom view size added to testapp:
Pull request checklist
This PR has considered:
Microsoft Reviewers: Open in CodeFlow