ROUND BORDERS V2 ;

agosto 17, 2018 doido 2.0 0 Comments

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: