Assigned
Status Update
Comments
da...@google.com <da...@google.com> #2
Hey Yigit, if I understand this correctly, this bug should be routed to someone on the platform team, right?
yb...@google.com <yb...@google.com> #3
unfortunately no, we wrote these adapter hence we need to create for the support search view as well.
Description
However, unlike most other widgets, the platform version of SearchView does not extend off the AndroidX version of SearchView. This means that for most apps that use AndroidX widgets, they cannot use any of the built-in BindingAdapters without switching to the platform version of SearchView.
The current solution would be to copy-and-paste the BindingAdapter file into our own apps and make it use the AndroidX version of SearchView.
The ideal solution would be for the framework to provide a *Compat version of the Binding Adapters, similar to how it does this for SwitchBindingAdapter and SwitchCompatBindingAdapter.
Thank you!