InlineImage
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
此元素代表特定文字執行程序內顯示的圖片。系統會將圖片視為文字,而非 Image
元素。
這項元素已在 Wear OS 4 推出。
語法
<InlineImage resource="relative-file-path" source="string"
color="argb-color | rgb-color"
overlapLeft="float" overlapRight="float"
width="integer" height="integer">
</InlineImage>
屬性
InlineImage
元素包含下列屬性,分為必要和選用屬性。
必要屬性
必要屬性包括:
resource
- 此字串代表圖片儲存位置的相對檔案路徑。
width
和 height
- 代表內嵌圖片寬度和高度的整數。
選用屬性
選用屬性包括:
source
- 這個算術運算式可評估為字串值。
color
- 如果指定此屬性,您必須使用 ARGB 格式 (
#ff000000
= 不透明黑) 或 RGB 格式 (#000000
= 黑色) 指定顏色。
overlapLeft
- 這個浮點值表示內嵌圖片應在左手邊與相鄰文字重疊的橫向空間大小。
overlapRight
- 這個浮點值表示內嵌圖片應在右手邊與相鄰文字重疊的橫向空間大小。
為您推薦
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2023-08-04 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]