astuetz / PagerSlidingTabStrip

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

Can't install lowercase letters in the title PagerSlidingTabStrip #314

Closed EgorKuts closed 6 years ago

EgorKuts commented 6 years ago

Attribute app:pstsTextAllCaps missing(Compile error) .How i make lowercase in titles? Here is an excerpt my xml: <com.astuetz.PagerSlidingTabStrip android:id="@+id/tabs_menu_deals" android:layout_width="match_parent" app:layout_heightPercent="9%" android:background="@color/backgroundSctionBar" android:textSize="15dp" app:pstsIndicatorHeight="2dp" app:pstsIndicatorColor="@color/active_lowMenu" app:pstsShouldExpand="true" app:pstsTabTextColor="@drawable/select_top_menu_market" android:layout_below="@id/banner_deals" />

EgorKuts commented 6 years ago

setAllCaps() in PagerSlidingTabStrip solved my problem