hi!!
I'm developing a really simple app with 2 activities, each one have to refer to a diferent .xml, but when I create a second document called (for example) layout2.xml, and then I try to refer it the function "setContentView(R.layout.frmmensaje);" I get this error message: frmmensaje cannot be resolved or is not a field. What am I doing wrong?
Thank you for your help and time
I'm developing a really simple app with 2 activities, each one have to refer to a diferent .xml, but when I create a second document called (for example) layout2.xml, and then I try to refer it the function "setContentView(R.layout.frmmensaje);" I get this error message: frmmensaje cannot be resolved or is not a field. What am I doing wrong?
Thank you for your help and time