UltimateTabLayout icon indicating copy to clipboard operation
UltimateTabLayout copied to clipboard

tab taxt is overlap eachother while slide from tablayout

Open birjubhatt opened this issue 6 years ago • 5 comments

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 device-2018-12-28-153716

this is when i scroll with tablayout device-2018-12-28-153447

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>

birjubhatt avatar Dec 28 '18 10:12 birjubhatt

Okie. I check this for soon

ATHBK avatar Dec 28 '18 10:12 ATHBK

sorry i mistekly closed issue...issue is still there...

Okie. I check this for soon

no problame

birjubhatt avatar Dec 28 '18 10:12 birjubhatt

Hi birijubhatt. I have checked it. It scroll normal. Do you use to other function to scroll ? utilmate_layout_scroll

ATHBK avatar Jan 10 '19 10:01 ATHBK

Sorry for the late reply. I am very busy in this time.

ATHBK avatar Jan 10 '19 10:01 ATHBK

no i am not using any another function...

birjubhatt avatar Feb 14 '19 06:02 birjubhatt