Fixed
Status Update
Comments
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #2
This would be really helpful for us in aligning with our design system!
na...@google.com <na...@google.com> #3
Any update about this?
de...@gmail.com <de...@gmail.com> #4
Any update?
sg...@google.com <sg...@google.com> #5
Blocked my migration to compose. Bottom sheetDialogFragment already has this.
ph...@gmail.com <ph...@gmail.com> #6
Any update on the issue?
Description
Starting with
1.0.0-beta02
, trying to set the container color of a TopAppBar to be transparent no longer works.It looks like inhttps://android-review.googlesource.com/c/platform/frameworks/support/+/2189523 the behavior was changed so that there is always a
Surface
with the default color underneath the TopAppBar, whose color can't be configured to be transparent.Example usage:https://github.com/android/nowinandroid/blob/main/feature-foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreen.kt#L143-L145