Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在为我的应用程序设计布局时有点困惑。我的主要问题是我设计的任何东西都不应该看起来太小或被剪裁。
psd 480x800 选择什么屏幕分辨率
为此,他们创建了这个页面。这里的问题不仅是设备分辨率,还有这里的问题:
支持不同的屏幕尺寸
支持不同的密度
您还必须看看这里和这里。
如果您希望它在不同的设备上看起来“相同”,那么设计一个应用程序并不是一件简单的事情,这些设备具有不同的屏幕尺寸和/或密度。
编辑:
您可能还想看一下这里,它解释了,如标题“了解 Android 中的密度独立性”中所述。
干杯