java.lang.Object | |
↳ | com.pdftron.pdf.controls.AnnotStyleDialogFragment.Theme |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public final int | annotPreviewBackgroundColor | ||||||||||
public final int | backgroundColor | ||||||||||
public final int | iconColor | ||||||||||
public final int | presetIconColor | ||||||||||
public final int | selectedBackgroundColor | ||||||||||
public final int | selectedPresetBackgroundColor | ||||||||||
public final int | selectedPresetIconColor | ||||||||||
public final int | tabIndicatorColor | ||||||||||
public final int | tabSelectedTextColor | ||||||||||
public final int | tabTextColor | ||||||||||
public final int | textColor |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Theme(int backgroundColor, int annotPreviewBackgroundColor, int textColor, int iconColor, int selectedBackgroundColor, int presetIconColor, int selectedPresetIconColor, int selectedPresetBackgroundColor, int tabIndicatorColor, int tabTextColor, int tabSelectedTextColor) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AnnotStyleDialogFragment.Theme | fromContext(Context context) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|