astuetz / PagerSlidingTabStrip

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

How to use the image of the icon from setImageUri? #237

Closed Xopoko closed 2 years ago

Xopoko commented 9 years ago

The samples used:

@Override public int getPageIconResId(int position) { return ICONS[position]; }

And returns: Int resource id How to transfer to the icons Uri from URI class?