R.layout.*, R.id.*
,in fact any R.something
without the android.
- part in front of it refers to some resource in your resources folders, e.g. drawables, strings, layouts, ids of widgets etc. android.R.*
refers to standard android items that come shipped with your SDK