第 1 层级:适用于所有屏幕
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
此层级代表 Wear OS 上所有屏幕尺寸的体验的最低质量标准。
要打造适合 Wear OS 的出色应用,第一步是让应用适用于所有屏幕尺寸。针对各种目标屏幕尺寸测试应用,并找出并修复所有明显的 bug。
在此阶段,应用的布局可能并不理想,但应用不应存在明显的视觉或互动问题,并且用户应能够完成所有任务流程。
创建易用的界面
check_circle
正确做法
- 检查并确保您的应用在各种屏幕尺寸上都没有明显的 bug。
- 使用内置响应式和自适应行为的 M3 Compose 组件库。
cancel
错误做法
- 应用不当对齐或间距。
- 按比例放大界面内容以填充可用空间。
示例
以下图片显示了适用于所有屏幕尺寸的应用示例。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Tier 1: Ready for all screens\n\nThis tier represents a minimum quality bar for experiences across all screen\nsizes on Wear OS.\n\nThe first step in creating a great app for Wear OS is making your app ready for\nall screen sizes. Test your app across a range of target screen sizes, and\nidentify and fix any obvious bugs.\n\nAt this stage, your app's layout might not be ideal, but your app shouldn't have\nobvious visual or interaction issues, and users should be able to complete all\ntask flows.\n\nCreate a usable UI\n------------------\n\ncheck_circle\n\n### Do\n\n- Check to make sure your app has no obvious bugs across screen sizes.\n- Use the M3 Compose component library which has built-in responsive and adaptive behavior. \ncancel\n\n### Don't\n\n- Apply awkward alignments or spacing.\n- Proportionally scale up the UI content to fill the available space.\n\nExamples\n--------\n\nThe following images show examples of apps that are ready for all screen sizes.\n\n\n### Confirmation overlays\n\n\u003cbr /\u003e\n\n\n### Dialogs\n\n\u003cbr /\u003e"]]