Search This Blog

Friday, September 30, 2016

Tabhost - Thay đổi màu thanh trượt và text

  <com.astuetz.PagerSlidingTabStrip
        android:id="@+id/tabs"
        android:background="@color/deep_orange_500"
        app:pstsUnderlineColor="#fff" // thanh truot ben duoi
        app:pstsIndicatorColor="#fff" // thanh truot

        android:textColor="@color/tab_text" // mau text
        android:layout_width="match_parent"
        android:layout_height="48dip" />

No comments:

Post a Comment