yanzm / MaterialTabHost

TabHost along with the specifications of the Material design
Apache License 2.0
93 stars 21 forks source link

is there a solution to set scrollable mode ? #7

Open Hitexroid opened 8 years ago

Hitexroid commented 8 years ago

i have 10 tabs and need to scrollable tab ! please help

ozankyncu commented 8 years ago

You can use scrollview or recyclerview..

Hitexroid commented 8 years ago

Thank you. but (Material Tab) has a scrollable tab ! why i use custom scrollview ?

ozankyncu commented 8 years ago

Sorry for that.. i didnt pay attention..

Here is a useful things that you can use.. http://www.androidhive.info/2015/09/android-material-design-working-with-tabs/

Hitexroid commented 8 years ago

Ok ,thank you buddy .

Hitexroid commented 8 years ago

i see PagerSlidingTabStrip his author extends his class to HorizontalScrollView !!!

oh no way ! i should use HorizontalScrollView too.

Anyway thank you