Mimic tab switcher ui for Chrome for Android

I am trying to create a ui similar to Tab Switcher in Chrome for Android (see attached image).

I tried StackView but that was not what I want as it doesn't scroll like the tab switcher in chrome.

Does anyone know of any way to implement this interface? thank.

Tab Switcher UI of Chrome for Android

+3


source to share


1 answer


You can make a tab switcher from this library

https://github.com/michael-rapp/ChromeLikeTabSwitcher



This library provides a very simple way to do almost everything that the Chrome browser does.

-1


source







All Articles