Probably too late but for whatever its worth, check your import statements at the top. I had android.R instead of <mypackage>.R. That's why it only showed the inbuilt layouts for that version in my case.
android.R
<mypackage>.R