【发布时间】:2011-07-30 20:00:31
【问题描述】:
最新版本的android是3.0 Honeycomb。在此版本之前,我们为应用程序提供 3 种分辨率的图像,即hdpi、mdpi 和 ldpi。
但是,3.0 Honeycomb 的图标分辨率是多少?或相同的图标分辨率也适用于 Honeycomb 版本。 (因为平板是大屏幕,即超高密度(320),xhdpi)
我已经通过SDK:http://developer.android.com/guide/practices/ui_guidelines/icon_design.html,http://developer.android.com/guide/practices/screens_support.html,但没有找到解决方案。
如果您是大师并且知道相同的内容,请与我分享。
【问题讨论】:
-
嗯,我认为 - 这条线本身说得太多了 -
Tablets are not xhdpi, they are xlarge screens with mdpi
标签: android android-3.0-honeycomb android-icons