简体   繁体   English

Android上的图像所需的所有图像大小是什么,以使事物看起来非常好?

[英]What are all of the images sizes that you need for images on Android to make things look really good?

There are over 60 devices for Android. Android有60多种设备。

What are all of the images sizes that you need for images on Android to make things look really good? Android上的图像所需的所有图像大小是什么,以使事物看起来非常好? From tablets to the smaller phones. 从平板电脑到小手机。

I know with Apple hardware this is very easy to figure out, but I am wondering about Android image sizes. 我知道使用Apple硬件这很容易理解,但我想知道Android图像大小。

Android uses resource directory qualifiers to select the resources for a specific screen resolution (size, density, aspect ratio). Android使用资源目录限定符来选择特定屏幕分辨率(大小,密度,宽高比)的资源。

The idea is that you provide size and density specific resources for each of the different resolutions you want to support. 我们的想法是为您要支持的每种不同分辨率提供大小和密度特定的资源。

You can find some examples and the list of qualifiers here . 您可以在此处找到一些示例和限定符列表。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使图像在nexus和nexus 10上看起来都不错? - How to make images look good on both nexus and nexus 10? 在Android WebView中加载图像的好方法是什么? - What is a good way to load images in Android WebView? Android:垂直放置图像按钮,使其适合所有屏幕尺寸 - Android: Images button layout vertically that will fit all screen sizes 部署Android应用程序需要什么图像? - What images will I need to deploy an Android Application? 如何使图像适合 android 中的所有不同屏幕? 我需要 440x300dp 的图片,查看我的截图 - how to make images fit in all different screens in android ? I need images with 440x300dp,check out my screenshots 使布局在所有设备上看起来都不错 - Make layout look good on all devices 如何制作不同屏幕尺寸的图像? - How to make images for different screen sizes? 导航抽屉标题图像的正确尺寸是多少? - what are correct sizes for navigation drawer header images? 来自网址的Android图片具有不同的大小 - Android images from url with different sizes Android图片可在不同屏幕尺寸下正确缩放 - Android images to scale properly in different screen sizes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM