I implemented all layout files for hdpi devices. And put them in “layout” forder. Now I tested on a normal-screen device, and there’s some screen I urgently need to change, because a required input field doesn’t appear (because of the small screen).
What I did is create a folder called “layout-normal” and put there a copy of my layout file, and reduce in the copy everything a bit so it fits the screen. Now I have 2 problems and don’t understand anything.
-
Both files point to the same source – when I open them I don’t get 2 files, but only 1 with my modifications.
-
Ran this on the normal-screen device and it still looks like at the beginning.
Please help :/
layout-normal and just layout are the same. It is just the default layout
Ref: android developers site
..