Android Studio - 配置图像资源

标签 android android-studio uiimageasset

我使用 Android Studio 创建图标,但只能使用圆形方形... 在哪里可以找到方圆圆角正方形

Screenshot

最佳答案

基于docs

Android 8.0 (API level 26) introduces adaptive launcher icons, which can display a variety of shapes across different device models. For example, an adaptive launcher icon can display a circular shape on one OEM device, and display a squircle on another device. Each device OEM provides a mask, which the system then uses to render all adaptive icons with the same shape. Adaptive launcher icons are also used in shortcuts, the Settings app, sharing dialogs, and the overview screen.

与您可以明显看到其形状的 png 文件不同,前景层文件 (ic_***_foreground.xml) 被解释为 circlesquircle 基于您正在查看的设备提供的掩码。因此,您可以说该文件既是您的方圆又是圆角正方形

关于Android Studio - 配置图像资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57293924/

相关文章:

java - 是否有任何 Android API 来获取 CPU 和电池状态?

android - 收听 AppBarLayout 的偏移量变化(折叠/展开)以更改 Kotlin 中工具栏的背景

android - 是否可以通过 Android Studio 安装 Cursive 插件?

android - 是否可以使用动态功能模块和 Koin 构建项目?

ios - 从 Storyboard 设置时看不到 UIImageView 图像

java - 如何与 Firestore 交互以减少客户端的 RAM 消耗?

android-streaming mp3 文件到其他设备

ios - 在 Storyboard 中选择图像时,Image-Set 中的语言方向不生效

java - 是否可以将 jqmath 用于 Android 按钮?

swift - 标签栏背景图片有问题