public void | setRoundedRectBackground(android.view.View view, int color)Sets a rounded rectangle background on the given view, and clips the view to the
background. If clipping isn't supported on the android runtime, a simple rectangle
background is set instead.
mImpl.setRoundedRectBackground(view, color);
|