LayerMode
enum class LayerMode
kotlin.Any | ||
↳ | kotlin.Enum<androidx.wear.watchface.LayerMode> | |
↳ | androidx.wear.watchface.LayerMode |
Used to parameterize per layer drawing.
Summary
Enum values | |
---|---|
This layer should be rendered normally. |
|
Used by editors, this layer should be rendered with a outline or similar graphical highlighting with RenderParameters.outlineTint. |
|
This layer should not be drawn. |
Inherited extension functions | ||
---|---|---|
From androidx.core.util
|
Enum values
DRAW_OUTLINED
enum val DRAW_OUTLINED : LayerMode
Used by editors, this layer should be rendered with a outline or similar graphical highlighting with RenderParameters.outlineTint. See also RenderParameters.selectedComplicationId for use in combination with Layer.COMPLICATIONS.
Note a highlight for background complications won't be drawn since this would typically be off screen.