I am trying to create other types of layout (like for tablet). For example I have login_activity that has different types:
(land,tablet land, tablet port)
But when I try to create tablet layout for my regisration_activity I get this
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)?
What am I doing wrong and how can I solve it? Would appreciate you answering me.