-
public final class ToolbarStyleEncapsulates all theming options for the PDF Viewer Toolbar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classToolbarStyle.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanshowToolbarprivate final IntegertoolbarColorprivate final DrawablebackIconprivate final IntegertitleTextStyleprivate final ToolbarTitleBehaviortitleBehaviorprivate final IntegerdownloadIconTint
-
Constructor Summary
Constructors Constructor Description ToolbarStyle(Boolean showToolbar, Integer toolbarColor, Drawable backIcon, Integer titleTextStyle, ToolbarTitleBehavior titleBehavior, Integer downloadIconTint)
-
Method Summary
Modifier and Type Method Description final BooleangetShowToolbar()final IntegergetToolbarColor()final DrawablegetBackIcon()final IntegergetTitleTextStyle()final ToolbarTitleBehaviorgetTitleBehavior()final IntegergetDownloadIconTint()final UnitapplyTo(Toolbar toolbar, TextView titleView)-
-
Method Detail
-
getShowToolbar
final Boolean getShowToolbar()
-
getToolbarColor
final Integer getToolbarColor()
-
getBackIcon
final Drawable getBackIcon()
-
getTitleTextStyle
final Integer getTitleTextStyle()
-
getTitleBehavior
final ToolbarTitleBehavior getTitleBehavior()
-
getDownloadIconTint
final Integer getDownloadIconTint()
-
-
-
-