Is it possible to make a button (or any other element like image view or layout) with border shaped with cut corners like below:
Preferably using xml-drawables with cut size taken from @dimen
Edit: The important thing is shape should consist of frame only without filling the inside with any color.
you can use this
and in style file add this
in material button change the shape to
final result:
you can change radius in style file