1. Rounded Widgets

android.graphics.drawable.GradientDrawable gd = new android.graphics.drawable.GradientDrawable();
gd.setColor(Color.parseColor(_color));
gd.setCornerRadius((int)_numb);
_view.setBackground(gd);

Comments

Popular posts from this blog

3. Block Screenshot

4. Custom dialog using custom view