posted 6 years ago
EDIT: Apparently now it works, passing a layout-sw360dp
I have a master view detail fragment app
that does not recognize the 600 dp layout
in MainActivity I have
setContentView(R.layout.activity_main);
that checks for this layout. As procedure, I have two of them, one in folder layout and another one in layout-sw600 where is present the id detail_container
Well I do not know what happens, I just am not able to use the landscape layout detail/view mode sw600 on the tablet emulator.