I have been trying to figure this out but I really dont get it.. If I want to create one app with one layout thats supposed to fit all android devices (by scaling).. how can I achive this?.. For instance.. I might have an editText thats 300dp, that will look great on my Samsung Galaxy S2.. but if I run the same app at my nexus 10, it will look very small, and I whould then like the editText to scale up on both width and height to fit my nexus 10.. is there any simple way to achive this?
I noticed that there is something called weight.. but if i created three editTexts where the first one had a weight of 10,the 2:nd a weight of 20 and then 3:rd a weight of 80, the last one never showed up...
Anyway.. how do you handle this stuff by best practice?