public void SetBorder(int color,int width,View view){ GradientDrawable drawable = (GradientDrawable)view.getBackground(); drawable.setStroke(width,color)