Does anybody knows how can I set margins to a custom dialog? I\'m asking because I\'ve a custom dialog but when displayed it stretches to fill the parent, even though I set
A simple solution that worked for me was to wrap my entire View in another one, and set the margin to which is now the inner View.
... Buttons, TextViews, etc
Obs: that worked when I wanted margins within my AlertDialog. Not regarding the screen.