Different Views for different layouts

My site is set up to detect mobile browsers and sets a different layout for it. Everything is working great except I don’t seem to understand how to create different view files for my new layout. Let me rephrase, I need this new layout to use different view files than the other layout.

You can use themes for this. API reference for CController::getViewFile.

/Tommy