Fixed
Status Update
Comments
ni...@google.com <ni...@google.com> #2
Information redacted by Android Beta Feedback.
mu...@gmail.com <mu...@gmail.com> #3
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ni...@google.com <ni...@google.com> #4
- Build Number: google/oriole_beta/oriole:14/AP21.240216.010/11529813:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
I got the March update but I still haven't 5G.
Debugging information
Servicios de Google Play
com.google.android.gms
Version 240713038 (24.07.13 (190400-607434947))
System App (Updated)
Android System WebView
com.google.android.webview
Version 626106433 (122.0.6261.64)
System App (Updated)
Network operator: Digi.Mobil
SIM operator: Digi.Mobil
Filed by Android Beta Feedback. Version (Updated): 2.40-betterbug.external_20240103_RC06 (DOGFOOD)
To learn more about our feedback process, please visithttps://developer.android.com/preview/feedback#feedback-app .
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
I got the March update but I still haven't 5G.
Debugging information
Servicios de Google Play
com.google.android.gms
Version 240713038 (24.07.13 (190400-607434947))
System App (Updated)
Android System WebView
com.google.android.webview
Version 626106433 (122.0.6261.64)
System App (Updated)
Network operator: Digi.Mobil
SIM operator: Digi.Mobil
Filed by Android Beta Feedback. Version (Updated): 2.40-betterbug.external_20240103_RC06 (DOGFOOD)
To learn more about our feedback process, please visit
Description
Is there a way to use MotionLayout as root element and have a FAB pushed up by a Snackbar?
Usually this was a use-case for CoordinatorLayout, but it should be fairly easy to do with the possibilities of MotionLayout, right?
I imagine 2 scenes. One without the Snackbar and one with the Snackbar. But the problem is that the Snackbar is dynamically added/removed from the View hierarchie.
So more generally speaking my question is, if there is a way to create ConstraintSets to layout-ids that do are not set explicitly in the layout xml?