I have a LinearLayout which I intend to fit within the screen bounds of 5' devices. Currently it is going out of bounds of the screen on 5' devices but stays within the limits of 5.2' inch devices.
I intend to use different values for dimensions for these 2 type of devices by creating a separate dimens.xml in values-730dp folder but 5.2' devices dont seem pick to pick these values. Both type of devices end up pick up the same value being defined in the values folder.