Android studio directory creation -
i working on project in android studio. whenever seek create new resource directory under default /res
directory doesn't appear on project scope, appear on packages scope. how can be? also, whenever seek create layout file (xml) in directory create, file created not placed under selected , desired directory.
hope makes sense example.i got these:
/app/res/layout /app/res/layout-land /app/res/layout-large
if create file in /layout-land
, android ide places in /layout
directory.
any suggestions appreciated.
when have created the layout-land folder not shown in project view, if right click on res folder , take show in project explorer can see folder has been created there have pointed out.
when add together xml file layout-land folder (copy , paste xml file in existing layout folder), xml file should become visible in res/layout folder in project view (land) after indicate landscape xml file.
android-layout android-studio directory
No comments:
Post a Comment