Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package com.viewpagerindicator;

public interface IconPagerAdapter {
    /**
     * Get icon representing the page at {@code index} in the adapter.
     */
    int getIconResId(int index);

    // From PagerAdapter
    int getCount();
}