material-components-android
material-components-android copied to clipboard
[TimePicker] Use Material3 icon-only style for input mode button
Before | After |
---|---|
We probably need designer's approval for this. @paulfthomas can you give some suggestions how we should proceed here?
Can you explain the changes?
- why removing the
marginTop
? - why removing the
shapeAppearance
?
why removing the
marginTop
?
@id/barrier
already provides the correct margin, additional "fine-tuning" is not needed.
why removing the
shapeAppearance
?
The correct and consistent shapeAppearance
is provided by Widget.Material3.Button
.
Bump