View.MinimumWidth
minWidthThe minimum width the view will try to be.
Sets the minimum width of the view. It is not guaranteed the view will be able to achieve this minimum width (for example, if its parent layout constrains it with less available width).
[Android Documentation]