androidx.compose.remote.creation.compose.shapes
Interfaces
RemoteCornerSize |
Defines size of a corner in pixels. |
RemoteShape |
Defines a generic remote shape. |
Classes
RemoteCornerBasedShape |
Base class for |
RemoteOutline |
Defines a simple shape, used for bounding graphical regions. |
RemoteRoundedCornerShape |
A shape describing the rectangle with rounded corners. |
Top-level functions summary
RemoteCornerSize |
RemoteCornerSize(percent: @IntRange(from = 0, to = 100) Int)Creates |
RemoteCornerSize |
RemoteCornerSize(size: RemoteDp)Creates |
RemoteRoundedCornerShape |
RemoteRoundedCornerShape(size: RemoteDp)Creates |
Top-level properties summary
RemoteRoundedCornerShape |
Circular shape with all the corners sized as the 50% of the shape size. |
RemoteRoundedCornerShape |
A rectangular |
Top-level functions
RemoteCornerSize
fun RemoteCornerSize(percent: @IntRange(from = 0, to = 100) Int): RemoteCornerSize
Creates RemoteCornerSize with provided size.
RemoteCornerSize
fun RemoteCornerSize(size: RemoteDp): RemoteCornerSize
Creates RemoteCornerSize with provided size.
RemoteRoundedCornerShape
fun RemoteRoundedCornerShape(size: RemoteDp): RemoteRoundedCornerShape
Creates RemoteRoundedCornerShape with the same size applied for all four corners.
Top-level properties
RemoteCircleShape
val RemoteCircleShape: RemoteRoundedCornerShape
Circular shape with all the corners sized as the 50% of the shape size.
RemoteRectangleShape
val RemoteRectangleShape: RemoteRoundedCornerShape
A rectangular RemoteRoundedCornerShape with no rounded corners.