mozilla-mobile / fenix

⚠️ Fenix (Firefox for Android) moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-android
https://github.com/mozilla-mobile/firefox-android
Mozilla Public License 2.0
6.47k stars 1.27k forks source link

Add sticky device name to the top of the list when scrolling synced tabs #19896

Closed jonalmeida closed 3 years ago

jonalmeida commented 3 years ago

When scrolling through your list of Synced Tabs, we want the device name to be anchored on the top so that we can visualize that this (long) list falls under the grouping of said device.

cc: @topotropic

┆Issue is synchronized with this Jira Task

jonalmeida commented 3 years ago

Eng notes: We can do this with an ItemDecoration that we can extend from our existing SyncedTabsTitleDecoration

jonalmeida commented 3 years ago

Duplicate of https://github.com/mozilla-mobile/fenix/issues/19942