Is there any way to make an ordinary view to have rounded corners in code completely without xml? Overriding onDraw is not the way I'm looking for,either. I have read the posts: How to make an ImageView with rounded corners?
and How do I create a ListView with rounded corners in Android?
, but they are not what I'm looking for.