1
For layouts, Buttons and Edittexts I use the class ShapeDrawable
more specifically the RoundRectShape
and it works perfectly, but for Dialogs and Listviews it doesn’t work. Does anyone know what to use to make Dialogs and Listviews border or more specifically rounded corners? Thank you in advance. If that’s even possible.
Without using any xml ? That answer: http://stackoverflow.com/questions/12501488/android-alertdialog-with-rounded-corners
– Caique Oliveira
You have some kind of restriction that prevents you from using xml?
– Androiderson