For layouts, buttons and EditTexts I use the ShapeDrawable
class more specifically the RoundRectShape
and it works perfectly, however for Dialogs and ListViews this does not work. Does anyone know what to use to leave Dialogs and ListViews with borders or more specifically rounded corners? Thanks in advance. If that's possible.