Hi, got a question regarding Dialog, usually it ha...
# compose
p
Hi, got a question regarding Dialog, usually it has some horizontal padding, now generally it is fine, but right now i need a dialog, that will fill the entire width of screen, is there some simple way of doing that? I found a solution on stack that, i can add properties in style.xml, but it changes it for every Dialog i have, and thats not what i’m looking for. Anyone had similiar problem?
t
I had the same problem in the past. At least at this time there where no solution. So i had to implement my custom Dialog. Also i had some wired layout problems when using a Dialog. So at the end i just implemented it using normal compose elements. No Dialog.