object Alignment
Holds constants for ZoomApi.setAlignment.
const val BOTTOM: Int
Aligns the bottom side of the content to the bottom side of the container. |
|
const val CENTER: Int
Shorthand for CENTER_HORIZONTAL and CENTER_VERTICAL together. |
|
const val CENTER_HORIZONTAL: Int
Centers the content horizontally inside the container. |
|
const val CENTER_VERTICAL: Int
Centers the content vertically inside the container. |
|
const val LEFT: Int
Aligns left side of the content to the left side of the container. |
|
const val NONE: Int
Shorthand for NONE_HORIZONTAL and NONE_VERTICAL together. |
|
const val NONE_HORIZONTAL: Int
No forced alignment on the horizontal axis. |
|
const val NONE_VERTICAL: Int
No forced alignment on the vertical axis. |
|
const val RIGHT: Int
Aligns right side of the content to the right side of the container. |
|
const val TOP: Int
Aligns top side of the content to the top side of the container. |