We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the Indicator thickness trick 1 style to the tab buttons when moving from one tab to another.
The text was updated successfully, but these errors were encountered:
<com.ogaclejapan.smarttablayout.SmartTabLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@id/viewpagertab" android:layout_width="match_parent" android:layout_height="@dimen/tab_height" android:clipToPadding="false" android:paddingLeft="4dp" android:paddingRight="4dp" app:stl_defaultTabTextColor="@color/white" app:stl_defaultTabTextHorizontalPadding="18dp" app:stl_dividerColor="@color/transparent" app:stl_dividerThickness="0dp" app:stl_indicatorColor="@color/black_20" app:stl_indicatorCornerRadius="18dp" app:stl_indicatorGravity="center" app:stl_indicatorInterpolation="smart" app:stl_indicatorThickness="36dp" app:stl_underlineColor="@color/transparent" app:stl_underlineThickness="0dp" />
Sorry, something went wrong.
No branches or pull requests
How to get the Indicator thickness trick 1 style to the tab buttons when moving from one tab to another.
The text was updated successfully, but these errors were encountered: