ROUND BORDERS V2 ;
try {
View layout = findViewById(R.id.linear1);
android.graphics.drawable.GradientDrawable style = new android.graphics.drawable.GradientDrawable();
style.setShape(0); style.setCornerRadius(1f);
style.setColor(Color.parseColor("#ff242728"));
layout.setBackgroundDrawable(style);
} catch(Exception _e){
}
0 Comments: