SecondHand
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
秒針是時鐘的指針,每分鐘會在錶面上旋轉一圈。
這項元素已在 Wear OS 4 推出。
語法
<SecondHand resource ="string" x="integer" y="integer" width="integer"
height="integer" pivotX="float" pivotY="float" alpha="integer"
tintColor="argb-color | rgb-color" />
屬性
SecondHand
元素的屬性如下:
必要屬性
必要屬性包括:
resource
- 與 res 目錄中可繪項目名稱相對應的資源 ID。
x
、y
、width
、height
- 這是一組指定元素大小和位置的整數。
選用屬性
選用屬性包括:
pivotX
、pivotY
- 與元素旋轉方向相關的 2D 樞紐點。兩個值都是浮點數,可在 $ [0, 1] $ 範圍內視需求調整。
alpha
- 此屬性可設定元素應具備的透明度。如果值為
0
,表示元素應完全透明;值為 255
表示元素應完全不透明。 tintColor
- 為元素套用色調顏色濾鏡。您必須使用 ARGB 格式 (
#ff000000
= 不透明黑) 或 RGB 格式 (#000000
= 黑) 指定顏色。
內部元素
SecondHand
元素可包含下列其中一個元素:
Sweep
- 讓元素以連續動作在錶面周圍移動。詳情請參閱
Sweep
參考資料。
Tick
- 讓元素以簡短獨立的迸發動作在錶面周圍移動。詳情請參閱
Tick
參考資料。
此外,SecondHand
元素可包含下列內部元素:
Variant
- 允許在 Wear OS 裝置處於微光模式時變更元素屬性。詳情請參閱
Variant
參考資料。 ,瞭解如何調查及移除這項存取權。
為您推薦
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2024-09-12 (世界標準時間)。
[{
"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":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-09-12 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","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"]],["上次更新時間:2024-09-12 (世界標準時間)。"]]