I am not sure why this line is wrong below. The "R" is being underlined in red.
View view = LayoutInflater.from(mContext).inflate(android.support.v4.R.layout.user_item, viewGroup, false);
Error:
Cannot resolve symbol 'R'
Is this the correct version or do I have to change something? Thanks!