SyntaxFix
Write A Post
Hire A Developer
Questions
The previous answers are now deprecated, you need to use ContextCompat.getColor to retrieve the color properly:
ContextCompat.getColor
root.setBackgroundColor(ContextCompat.getColor(getActivity(), R.color.white));