setMinWidthResource

open fun setMinWidthResource(@DimenRes minWidthId: Int)

Sets the minimum width of the text field. The layout will be at least this dimension wide if its layout_width is set to wrap_content.

Parameters

minWidthId

The id of the minimum width dimension resource to be set

See also

setMinWidth(int)
getMinWidth()