![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Material icons | Jetpack Compose - Android Developers
2025年1月31日 · The Icon composable is a convenient way to draw a single color icon on screen that follows Material Design guidelines. To use Icon, include the Compose Material library (or the Compose Material 3 library). For example, if you had a vector drawable that you wanted to load up with Material defaults, you can use the Icon composable as follows:
Resources in Compose | Jetpack Compose | Android Developers
2025年1月31日 · Jetpack Compose comes with the Icons object that is the entry point for using Material Icons in Compose. There are five distinct icon themes: Filled , Outlined , Rounded , TwoTone , and Sharp . Each theme contains the same icons, but with a distinct visual style.
マテリアル アイコン | Jetpack Compose | Android Developers
Icon コンポーザブルを使用すると、マテリアル デザイン ガイドラインに沿った単色のアイコンを画面に簡単に描画できます。 Icon を使用するには、 Compose マテリアル ライブラリ(または Compose マテリアル 3 ライブラリ)を含めます。
Icons - Android Developers
Extend by device; Build apps that give your users seamless experiences from phones to tablets, watches, headsets, and more.
Badges | Jetpack Compose - Android Developers
2025年1月31日 · Icon serves as the argument for the content parameter of BadgedBox. It is the icon over which the badge appears. In this case, it is a mail icon. This is how it appears: Figure 2. A minimal badge implementation. Important: You can pass any composable to the BadgedBox composable's content slot.
Floating action button | Jetpack Compose | Android Developers
2025年1月31日 · The key difference between it and FloatingActionButton is that it has dedicated icon and text parameters. They let you create a button with more complex content that scales to fit its content appropriately. The following snippet demonstrates how to implement ExtendedFloatingActionButton, with example values passed for icon and text.
Ícones do Material Design | Jetpack Compose - Android Developers
O elemento combinável Icon é uma maneira conveniente de desenhar um único ícone colorido na tela que siga as diretrizes do Material Design. Para usar Icon , inclua a biblioteca Compose Material ou a Compose Material 3 .
Íconos de material | Jetpack Compose | Android Developers
El elemento componible Icon es una forma conveniente de dibujar un ícono de color único en la pantalla que sigue los lineamientos de Material Design. Para usar Icon, incluye la biblioteca de Compose Material (o la biblioteca de Compose Material 3).
Change the app icon - Android Developers
By implementing an adaptive icon for your app, your app is able to accommodate a large range of devices by tailoring the launcher icon based on a device's display. This codelab provides you with image source files for the Affirmations app launcher icon.
Chip | Jetpack Compose - Android Developers
2025年1月31日 · icon: The icon displayed at the start of the chip. Some of the specific composables have a separate leadingIcon and trailingIcon parameter. onClick : The lambda that the chip calls when the user presses it.