Linked Questions

Popular Questions

Android activity loads wrong layout

Asked by At

I copied a .java class and .xml layout. I thought I renamed everything in order to create a new class, but the new class is loading the old layout when I start a new Intent. Am I missing someplace where I need to enter the name of the new layout file I have created from a copy of another class' layout?

Related Questions