-
Notifications
You must be signed in to change notification settings - Fork 248
Iterate on FloatingActionButton shape and colors. #5033
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
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
2172e4f
to
cdbadb5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5033 +/- ##
========================================
Coverage 80.17% 80.17%
========================================
Files 2192 2193 +1
Lines 59958 59969 +11
Branches 7535 7535
========================================
+ Hits 48074 48083 +9
Misses 9139 9139
- Partials 2745 2747 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Small typo, otherwise LGTM, thanks!
contentColor = ElementTheme.colors.iconPrimary, | ||
onClick = onClick, | ||
modifier = modifier | ||
// Note: design is 40do, but min is 48 for accessibility. |
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.
typo: do => dp
...n/kotlin/io/element/android/features/location/impl/common/ui/LocationFloatingActionButton.kt
Outdated
Show resolved
Hide resolved
|
Content
Update the Floating action button shape and colors to create a room in the room list.
For location sharing, follow design at https://www.figma.com/design/0MMNu7cTOzLOlWb7ctTkv3/Element-X?node-id=3426-141111 and improve accessibility.
Motivation and context
https://www.figma.com/design/G1xy0HDZKJf5TCRFmKb5d5/Compound-Android-Components?node-id=2029-957
https://www.figma.com/design/0MMNu7cTOzLOlWb7ctTkv3/Element-X?node-id=3426-141111
Screenshots / GIFs
Main changes:
Tests
Tested devices
Checklist