【发布时间】:2014-03-26 14:55:57
【问题描述】:
我有两个值文件夹:
- 价值观
- values-sw320dp
我在装有 Ice Cream Sandwich 的设备上运行该应用程序。
尽管设备具有 240 dpi 显示屏,但它会从 values-sw320dp 文件夹而不是 values 文件夹中读取值。
<?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>
这种行为的原因是什么?
【问题讨论】:
标签: android android-resources dpi qualifiers