View.MeasuredStateTooSmall Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Bit of #getMeasuredWidthAndState()
and
#getMeasuredWidthAndState()
that indicates the measured size
is smaller that the space the view would like to have.
[Android.Runtime.Register("MEASURED_STATE_TOO_SMALL")]
public const int MeasuredStateTooSmall = 16777216;
[<Android.Runtime.Register("MEASURED_STATE_TOO_SMALL")>]
val mutable MeasuredStateTooSmall : int
Field Value
Value = 16777216- Attributes
Remarks
Bit of #getMeasuredWidthAndState()
and #getMeasuredWidthAndState()
that indicates the measured size is smaller that the space the view would like to have.
Java documentation for android.view.View.MEASURED_STATE_TOO_SMALL
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.