int |
The baseline margin.
|
int |
Constrains the baseline of a child to the baseline of a target child (contains the target child id).
|
int |
Constrains the baseline of a child to the bottom of a target child (contains the target child id).
|
int |
Constrains the baseline of a child to the top of a target child (contains the target child id).
|
int |
Constrains the bottom side of a child to the bottom side of a target child (contains the target child id).
|
int |
Constrains the bottom side of a child to the top side of a target child (contains the target child id).
|
float |
The angle used for a circular constraint]
|
int |
Constrains the center of a child to the center of a target child (contains the target child id).
|
int |
The radius used for a circular constraint
|
boolean |
Specify if the vertical dimension is constrained in case both top &bottom constraints are set and the widget dimension is not a fixed dimension.
|
boolean |
Specify if the horizontal dimension is constrained in case both left &right constraints are set and the widget dimension is not a fixed dimension.
|
String |
Define a category of view to be used by helpers and motionLayout
|
String |
The ratio information.
|
int |
The design time location of the left side of the child.
|
int |
The design time location of the right side of the child.
|
int |
Constrains the end side of a child to the end side of a target child (contains the target child id).
|
int |
Constrains the end side of a child to the start side of a target child (contains the target child id).
|
int |
The baseline margin to use when the target is gone.
|
int |
The bottom margin to use when the target is gone.
|
int |
The end margin to use when the target is gone.
|
int |
The left margin to use when the target is gone.
|
int |
The right margin to use when the target is gone
|
int |
The start margin to use when the target is gone.
|
int |
The top margin to use when the target is gone.
|
int |
The distance of child (guideline) to the top or left edge of its parent.
|
int |
The distance of child (guideline) to the bottom or right edge of its parent.
|
float |
The ratio of the distance to the parent's sides
|
boolean |
The ratio of the distance to the parent's sides
|
boolean |
|
float |
The ratio between two connections when the left and right (or start and end) sides are constrained.
|
int |
If the child is the start of a horizontal chain, this attribute will drive how the elements of the chain will be positioned.
|
float |
The child's weight that we can use to distribute the available horizontal space in a chain, if the dimension behaviour is set to MATCH_CONSTRAINT
|
int |
Constrains the left side of a child to the left side of a target child (contains the target child id).
|
int |
Constrains the left side of a child to the right side of a target child (contains the target child id).
|
int |
Define how the widget vertical dimension is handled when set to MATCH_CONSTRAINT
|
int |
Define how the widget horizontal dimension is handled when set to MATCH_CONSTRAINT
|
int |
Specify a maximum height size for the widget.
|
int |
Specify a maximum width size for the widget.
|
int |
Specify a minimum height size for the widget.
|
int |
Specify a minimum width size for the widget.
|
float |
Specify the percentage when using the match constraint percent mode.
|
float |
Specify the percentage when using the match constraint percent mode.
|
int |
|
int |
Constrains the right side of a child to the left side of a target child (contains the target child id).
|
int |
Constrains the right side of a child to the right side of a target child (contains the target child id).
|
int |
Constrains the start side of a child to the end side of a target child (contains the target child id).
|
int |
Constrains the start side of a child to the start side of a target child (contains the target child id).
|
int |
Constrains the top side of a child to the bottom side of a target child (contains the target child id).
|
int |
Constrains the top side of a child to the top side of a target child (contains the target child id).
|
float |
The ratio between two connections when the top and bottom sides are constrained.
|
int |
If the child is the start of a vertical chain, this attribute will drive how the elements of the chain will be positioned.
|
float |
The child's weight that we can use to distribute the available vertical space in a chain, if the dimension behaviour is set to MATCH_CONSTRAINT
|
int |
Specify how this view is taken in account during the parent's wrap computation Can be either of: WRAP_BEHAVIOR_INCLUDED the widget is taken in account for the wrap (default) WRAP_BEHAVIOR_HORIZONTAL_ONLY the widget will be included in the wrap only horizontally WRAP_BEHAVIOR_VERTICAL_ONLY the widget will be included in the wrap only vertically WRAP_BEHAVIOR_SKIPPED the widget is not part of the wrap computation
|