7 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
170
views
Implementation of Floating toolbar with FAB
I am trying to achieve that result:
But I have serious issues with the XML implementation.
I tried:
<!-- Floating Toolbar -->
<com.google.android.material.floatingtoolbar....
2
votes
0
answers
250
views
Material 3 Expressive ListItemLayout Traditional View
I checked from here https://github.com/material-components/material-components-android/blob/master/docs/components/List.md#m3-expressive on how to implement new ListItemLayout for traditional view, ...
1
vote
1
answer
401
views
How do I make my navigation bar transparent with Material3 Expressive and Navigation3?
I'm trying to obtain a transparent navigation bar within my app. Some Android apps have this feature, where the content slides below the navigation buttons (which are on a transparent surface), and it ...
0
votes
1
answer
224
views
Android Circular Progress Indicator Expressive UI
I have tried to achieve the UI for the circular progress indicator same as the Google doc says. Can refer this link: https://github.com/material-components/material-components-android/blob/master/docs/...
1
vote
1
answer
413
views
How to use the Material3 Expressive ButtonGroup with the animatedWidth Modifier?
During the Google IO 2025, they presented a new ButtonGroup Composable that animates the width of the contained Buttons once they are clicked. However, the latest non-deprecated overload does not ...
0
votes
2
answers
84
views
How to integrate custom ThemeData for Flutter package without conflicting with Flutter's core ThemeData to implement Material3 Expressive?
I'm working on a new Flutter package to implement Material 3 Expressive design concepts.
Currently stuck on integrating ThemeData.
Here's details on what approach I am ...
1
vote
1
answer
937
views
How to create a list the Material 3 Expressive way
How can a list be visually updated to give a Material 3 Expressive appearence? Considering the recent visual update to the Settings app on Google Pixel devices, is custom styling being used?
My list (...