Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
圖示
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
有了 Icon 可組合項,即可在根據 Material Design 指南建構的螢幕上輕鬆繪製單一顏色圖示。如要使用 Icon,請納入 Compose Material 程式庫 (或 Compose Material 3 程式庫)。
舉例來說,如要以 Material Design 預設值載入向量可繪項目,您可以使用 Icon 可組合項,如下所示:
Icon(
painter = painterResource(R.drawable.baseline_directions_bus_24),
contentDescription = stringResource(id = R.string.bus_content_description)
)
根據預設,Icon 可組合項會標記 LocalContentColor.current,且大小為 24.dp。另外,它也會提供 tint 顏色參數 (運用與圖片色調一節所述的色調相同的機制)。Icon 可組合項適用於小型圖示元素。您應使用 Image 可組合項提供更多自訂選項。
為您推薦
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2026-05-05 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2026-05-05 (世界標準時間)。"],[],[]]