I use the PagerSlidingTabStrip from astuetz and i use icons in the selector. I have two fragments. The tabstrip is defined in the xml:
<com.astuetz.PagerSlidingTabStrip
android:id="@+id/ptsOverview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
psts:pstsShouldExpand="true"
psts:pstsIndicatorHeight="5dp"
psts:pstsDividerColor="#FFFFFF"
psts:pstsIndicatorColor="@color/pts_indicator"/>
The problem is that i cant find the correct icon size. If the size is too large, the icon is shown as center crop. If the icon is too small it is shown ungly.
Any idea what the correct size of a icon? Thank you