-
public final class ViewerStyleHandles general view styling like background & progress bar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewerStyle.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbackgroundColorprivate final IntegerprogressBarDrawableResId
-
Constructor Summary
Constructors Constructor Description ViewerStyle(Integer backgroundColor, Integer progressBarDrawableResId)
-
Method Summary
Modifier and Type Method Description final IntegergetBackgroundColor()final IntegergetProgressBarDrawableResId()final UnitapplyTo(ActivityPdfViewerBinding binding)-
-
Method Detail
-
getBackgroundColor
final Integer getBackgroundColor()
-
getProgressBarDrawableResId
final Integer getProgressBarDrawableResId()
-
applyTo
final Unit applyTo(ActivityPdfViewerBinding binding)
-
-
-
-