UltimateTabLayout
UltimateTabLayout copied to clipboard
tab taxt is overlap eachother while slide from tablayout
i have 7 fragment in this when i slide from viewpager its work perfect....but when i slide in ultimate layout that time slide worked but text is overlapped eachother
this is when i scroll with viewpager
this is when i scroll with tablayout
here is my xml code
<com.athbk.ultimatetablayout.UltimateTabLayout android:id="@+id/tabLout" android:layout_width="match_parent" android:layout_height="wrap_content" android:focusableInTouchMode="true" app:tabMode="fixed" app:tab_height_under_line="2dp" app:tab_orientation="horizontal" app:tab_position_icon="icon_top" app:tab_style="sliding" app:tab_text_color="@color/colorAccent" app:tab_text_size="15" app:tab_under_line_color="@color/colorPrimaryDark" app:tab_width="@dimen/_130sdp" />
<android.support.v4.view.ViewPager
android:id="@+id/mVp" android:layout_width="match_parent" android:layout_height="wrap_content">
</android.support.v4.view.ViewPager>
Okie. I check this for soon
sorry i mistekly closed issue...issue is still there...
Okie. I check this for soon
no problame
Hi birijubhatt.
I have checked it. It scroll normal. Do you use to other function to scroll ?
Sorry for the late reply. I am very busy in this time.
no i am not using any another function...