"fragment_crime" missing

Hi everyone, I’m in chapter 7.11, and I’m finding that “fragment_crime” is undefined. Any thoughts appreciated.

Lee

@Override public View onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View v = inflater.inflate( R.layout.fragment_crime, container, false);
return v;
}

Bill Phillips, Chris Stewart. Android Programming: The Big Nerd Ranch Guide, 3/e (Big Nerd Ranch Guides) (Kindle Locations 3674-3676). Big Nerd Ranch Guides. Kindle Edition.

Found the problem, I had created fragment_crime.xml and named it fragement_crime.xml by mistake.