[][src]Module polyhorn_android::styles

Styles for each reactive component.

Structs

Absolute

Controls the absolute positioning of a view.

Border

Controls the appearance of a border shown around the dimensions of a view.

ImageStyle

Controls the appearance of an Image.

ImageViewStyle

This is a union style of the Image and View styles.

Relative

Controls the relative positioning of a view.

ScrollableStyle

Controls the appearance of a Scrollable.

ScrollableViewStyle

This is a union style of the Scrollable and View styles.

TextStyle

Controls the appearance of a Text.

Transform

Decomposition of a CSS transform into a constant 3D transform and a relative 2D translation (i.e. CSS percentage).

TransformBuilder

Builder that can be used to efficiently create a transform consisting of multiple individual operations.

ViewStyle

Controls the appearance of a View.

Enums

Align

Controls how items are aligned along the main axis of a flexbox.

BorderStyle

Controls the style that is used to draw a border.

FlexDirection

Controls the direction in which items are layed out.

Inherited

Represents a property that can optionally be inherited from a parent element.

Justify

Controls how content is justified along the cross axis of a flexbox.

ObjectFit

Defines the method for fitting objects that do not match the dimensions of their container.

Overflow

Controls the way dimensions of views are adjusted when their content overflows their original boundaries.

Position

Determines whether a view affects the layout of its ancestor and siblings.

ScrollbarColor

Color of the scroll bars of a Scrollable.

TextAlign

Controls the alignment of text in a container that is larger than the text itself.

Visibility

Controls the visibility of a view.