What is the correct way to position controls in a RelativeLayout so that it displays the same irrespective of Device Resolution.I guess this is clear enough,If we use dp
values in giving margins like android:layout_marginTop="17dp"
It displays at different places on mdpi,xhdpi,hdpi.
Can someone give a full fledged guenine solution to it? Thanks