It looks like that the minimum size button available in constraint layout is 88 X 44
I am trying to create a smaller button of 42dp x 28dp
, but its not creating it, if i define the size from xml, it does not change the size, and display the default size button.
Kindly guide me how to change the size of button using constraint layout.
Try selecting the button view and go to properties and do the following:
Similarly you can set dimensions for other views as well.