michael-rapp / ChromeLikeTabSwitcher

Provides a tab switcher similar to the one, which is used in Google Chrome on Android
Apache License 2.0
1.23k stars 140 forks source link

Just a question #12

Closed rainboy93 closed 6 years ago

rainboy93 commented 6 years ago

Hi, Thank you for amazing coding! Can you please show me the starting point for me in order to modify the tabs layout? For example i want it be horizontal and not stacked. Thank in advance!

michael-rapp commented 6 years ago

There is no possibility to easily change the way tabs are layouted and moved when dragging. It is not planned to provide a feature like this in the future.

To implement a custom layout basically everything within the package de.mrapp.android.tabswitcher.layout.phone has to be reimplemented. Some parts of the code could probably be reused, but nevertheless this would require a lot of effort.

rainboy93 commented 6 years ago

Thank you for suggesting!