You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix/browser/infobanner
Mugurell 3311e68d14 For #17686 - Use a custom behavior to scroll InfoBanner with the top toolbar
Previously when the toolbar was on top the banner was inflated in the toolbar's parent - an AppBarLayout.
After migrating to use a custom behavior for scrolling the toolbar and not use
anymore the AppbarLayout for this we needed a new solution.
Using a new behavior to keep this banner in sync with the y translation of the
toolbar gives us most of the old behavior back.
3 years ago
..
DynamicInfoBanner.kt For #17686 - Use a custom behavior to scroll InfoBanner with the top toolbar 3 years ago
DynamicInfoBannerBehavior.kt For #17686 - Use a custom behavior to scroll InfoBanner with the top toolbar 3 years ago
InfoBanner.kt For #17686 - Use a custom behavior to scroll InfoBanner with the top toolbar 3 years ago