LinearLayout someLayout=(LinearLayout)view.findViewById(R.id.someLayout); someLayout.getBackground().setColorFilter(Color.parseColor("#ff8800"), PorterDuff.Mode.SRC_ATOP);