I added some UI elements to the main.xml file in the res\\layout folder and when I try to access them through the call, R.layout.my_uielement, the UI element th
R.layout.my_uielement
None of these worked for me! The only way i can access an @+id/foo is by myPackage.R.id.foo.
@+id/foo
myPackage.R.id.foo