確認のオーバーレイ
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。

確認オーバーレイ: 現在のビューの上部に、状態変化を表す一時的なメッセージが表示されます。
Usage
ほとんどの場合、明示的な確認は必要ありません。アクションが成功したことを示すには、UI に表示される変化で十分です。ユーザーの操作が UI に表示されない場合は、確認オーバーレイを使用して、ユーザーに必要なフィードバックを提供します。確認オーバーレイを表示するよりも、UI 自体に変更を示すことをおすすめします。
確認オーバーレイを表示する代わりに、メッセージ履歴にメッセージを追加します。

アクションの変更によって UI が変化しない場合は、確認オーバーレイを表示します。

アダプティブ レイアウト
表示スペースを拡大してユーザー エクスペリエンスを向上させるために、ダイアログにより大きなディスプレイ調整を加えました。アップデートとしては、スクロールの縮小、十分なマージン、タップ ターゲットの拡大などが挙げられます。
マージン
利益率は普遍的に適用されます。


固定的な行長に関するガイドライン
線のガイドラインは普遍的に適用されます。行の最大長は 3 行で、文字数の上限は 36 文字です(ラテン文字以外の文字は 30 文字)。

このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","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"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# Confirmation overlay\n\n[Confirmation overlays](/reference/androidx/wear/widget/ConfirmationOverlay) display a temporary message expressing a state change at the top of the current view.\n\nUsage\n-----\n\nIn most cases, an explicit confirmation is not needed. A visible change in the UI is enough to show that an action succeeded. If the user's action is not visible in the UI, use the confirmation overlay to give the necessary feedback to the user. It's better to show a change in the UI itself rather than showing a confirmation overlay.\n\nAdd a message to your message history instead of showing a confirmation overlay:\n\nShow a confirmation overlay if a change in action doesn't cause a change in the UI:\n\nAdaptive layouts\n----------------\n\nLarger display accommodations have been made to dialogs to ensure that user experience is enhanced with increased real estate affordance. Updates include reduced scrolling, generous margins, and larger tap targets.\n\n### **Margins**\n\nMargin percentages are universally applied.\n\n### **Rigid line length guidelines**\n\nLine guidelines are universally applied. The max line length is of 3 lines with max character limit of 36 (30 with not Latin)."]]