Function

height

Sets the absolute height of an element, in Dp.

height

Source set: Android
public fun GlanceModifier.height(height: Dp): GlanceModifier

Sets the absolute height of an element, in Dp.

height

Source set: Android
public fun GlanceModifier.height(@DimenRes height: Int): GlanceModifier

Set the height of the view from a resource.

Last updated: