PositionIndicatorAlignment


value class PositionIndicatorAlignment


Specifies where in the screen the Position indicator will be.

Summary

Public companion properties

PositionIndicatorAlignment

Position the indicator at the end of the layout (at the right for LTR and left for RTL) This is the norm for scroll indicators.

PositionIndicatorAlignment

Position the indicator at the left of the screen.

PositionIndicatorAlignment

Position the indicator opposite to the physical rotating side button (RSB).

PositionIndicatorAlignment

Position the indicator at the right of the screen This is useful to implement custom positioning, but usually PositionIndicatorAlignment#End or PositionIndicatorAlignment#OppositeRsb should be used.

Public functions

open String

Public companion properties

End

Added in 1.0.0
val EndPositionIndicatorAlignment

Position the indicator at the end of the layout (at the right for LTR and left for RTL) This is the norm for scroll indicators.

Left

Added in 1.0.0
val LeftPositionIndicatorAlignment

Position the indicator at the left of the screen. This is useful to implement custom positioning, but usually PositionIndicatorAlignment#End or PositionIndicatorAlignment#OppositeRsb should be used.

OppositeRsb

Added in 1.0.0
val OppositeRsbPositionIndicatorAlignment

Position the indicator opposite to the physical rotating side button (RSB). (at the left by default and at the right if the device is rotated 180 degrees) This is the default for RSB indicators as we want to avoid it being obscured when the user is interacting with the RSB.

Right

Added in 1.0.0
val RightPositionIndicatorAlignment

Position the indicator at the right of the screen This is useful to implement custom positioning, but usually PositionIndicatorAlignment#End or PositionIndicatorAlignment#OppositeRsb should be used.

Public functions

toString

open fun toString(): String