0

I am trying to create other types of layout (like for tablet). For example I have login_activity that has different types: enter image description here (land,tablet land, tablet port)

But when I try to create tablet layout for my regisration_activity I get this enter image description here

As it says I already have particular folder, but why I can have other layouts in layout-land folder but cannot have in layout-large-land(for example)?

enter image description here

What am I doing wrong and how can I solve it? Would appreciate you answering me.

Amazonian pet
  • 47
  • 1
  • 1
  • 6
  • 1
    `layout-large` already exists and you are trying to create it again which raise the exception – ॐ Rakesh Kumar Jan 21 '20 at 09:55
  • Yes.I know it. But why I can have the same layouts in layount-land folder but not in other folders? And then how can I create tablet variations for registration_activity if studio doesn't allow me? – Amazonian pet Jan 21 '20 at 10:00

1 Answers1

0

i try to do your job and i have no your problem. forget it. you should use standard name for folder and handle different screen size. check this link or this and use standard name for folders to handle screen size.