astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

How to set textsize of title #336

Open Miteshmakwana73 opened 3 years ago

Miteshmakwana73 commented 3 years ago

android:textSizenot working

<com.astuetz.PagerSlidingTabStripbottomIndicator
                    android:id="@+id/pagerTabStrip"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@color/colorAccent"
                    android:textSize="@dimen/small_font"/>

                <androidx.viewpager.widget.ViewPager
                    android:id="@+id/vpDevicesTab"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent" />