Hi! I am using com.astuetz.viewpager.extensions.PagerSlidingTabStrip so that I can use the custom view instead of just either icon or text. The issue that I encountered is that none of the specified pagerslidingtabstrip xml properties that I put in takes effect on the UI. Right now it appears as the default UI, but none of customization takes effect. Do I have to do something in addition? Below is my xml. Thanks.
Hi! I am using com.astuetz.viewpager.extensions.PagerSlidingTabStrip so that I can use the custom view instead of just either icon or text. The issue that I encountered is that none of the specified pagerslidingtabstrip xml properties that I put in takes effect on the UI. Right now it appears as the default UI, but none of customization takes effect. Do I have to do something in addition? Below is my xml. Thanks.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white" >