public static interface

PageIndicator.DotType

greendroid.widget.PageIndicator.DotType

Class Overview

Interface containing of dot types supported by the PageIndicator class.

Summary

Constants
int MULTIPLE Represents the multiple dot type.
int SINGLE Represents the single dot type.

Constants

public static final int MULTIPLE

Represents the multiple dot type. Several selected dot may be drawn at a time. The number of dots drawn represents the currently remaining page count.

Constant Value: 1 (0x00000001)

public static final int SINGLE

Represents the single dot type. Only one selected dot may be drawn at a time.

Constant Value: 0 (0x00000000)