I want to change the design of the dialogue, specifically the buttons.
Now it looks like this
I want to make the buttons easier for something like this
Now in my dialogue I use my XML markup and there are just buttons in it.
As far as I understand, I need to use ordinary TextView and put separators between them, which I think should be done in the form of a normal View just set them to 1dp height and backgraung desired color ...
But I am not sure that this is the smoothest solution in the first place, and secondly, how to set the length of these dividers (bars between the buttons). If you put much_parent then the bar will stretch the dialog box itself until it hits the screen, if you make a wrap_content then it just doesn’t take anything ...
I'm not sure that I explained well what I want so ask if you need to add something)
Thank)

