Android Studio - 配置图像资源
Android Studio - Configure image asset
我使用 Android Studio 创建图标,但我只能使用 circle 或 square...
我在哪里可以找到 squircle 和 rounded square?
基于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)根据遮罩解释为circle
或squircle
由您正在查看的设备提供。因此,您可以说该文件既是您的 squircle and rounded squares
.
我使用 Android Studio 创建图标,但我只能使用 circle 或 square... 我在哪里可以找到 squircle 和 rounded square?
基于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)根据遮罩解释为circle
或squircle
由您正在查看的设备提供。因此,您可以说该文件既是您的 squircle and rounded squares
.