I have two values folders:
- values
- values-sw320dp
I ran the application on a device with Ice Cream Sandwich.
Despite the device has a 240 dpi display, it reads values from the values-sw320dp folder, rather then values folder.
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2011 Ximpl
All Rights Reserved. This program and the accompanying materials
are owned by Ximpl or its suppliers. The program is protected by international copyright
laws and treaty provisions. Any violation will be prosecuted under applicable laws.
NOTICE: The following is Source Code and is subject to all restrictions on such code as contained in the End User License Agreement accompanying
this product.
-->
<resources>
<dimen name="selectYourCountrySize">14sp</dimen>
</resources>
Which is the reason of this beahviour?