Package-level declarations

View styles and themes configurations.

Types

class AnnotationSelectionViewThemeConfiguration(    val selectionBorderWidth: Int?,     @ColorInt val selectionBorderColor: Int?,     @ColorInt val selectionScaleHandleColor: Int?,     @ColorInt val selectionEditHandleColor: Int?,     val selectionPadding: Int?,     @IntRange(from = 0) val guideLineWidth: Int?,     @ColorInt val guideLineColor: Int?,     @IntRange(from = 0) val guideLineIncrease: Int?,     @ColorInt val linkAnnotationBackgroundColor: Int?,     @ColorInt val linkAnnotationBorderColor: Int?,     @ColorInt val linkAnnotationHighlightBackgroundColor: Int?,     @ColorInt val linkAnnotationHighlightBorderColor: Int?,     val topLeftScaleHandleDrawable: Drawable?,     val topCenterScaleHandleDrawable: Drawable?,     val topRightScaleHandleDrawable: Drawable?,     val centerLeftScaleHandleDrawable: Drawable?,     val centerRightScaleHandleDrawable: Drawable?,     val bottomLeftScaleHandleDrawable: Drawable?,     val bottomCenterScaleHandleDrawable: Drawable?,     val bottomRightScaleHandleDrawable: Drawable?,     val rotationHandleDrawable: Drawable?,     val backgroundDrawable: Drawable?)

Configuration class holding all resolved theme configuration properties related to the annotation selection view.

Link copied to clipboard
Describes theme mode applied to the whole app.