im facing a problem with screen sizes on android. I already implemented different layouts using layout-normal, layout-large ... the problem is in layout-normal it has the coverage of 3.4 inches phones to 4.2 or more i refer to this doc
http://developer.android.com/guide/practices/screens_support.html
now im using a samsung galaxy ace with 3.5 inches everything work well, but not on my samsung s4 and the an emulator of 4.0 inches who shares the same layout. Please help me.
the probem is on layout-normal, there are severl phones who have differernt screen sizes will have diffrent output layout.
is theres a way to specify a layout for 5.1 inches, 4,0 inches ....
thank you in advance.