1 个仓库
Pattern for delegating UI rendering and touch interaction to specialized internal view components.
Distinct from Custom View Rendering: Focuses on the delegation of rendering logic to internal views rather than just overriding drawing methods
Explore 1 awesome GitHub repository matching user interface & experience · Internal View Delegation. Refine with filters or upvote what's useful.
MaterialDateTimePicker 是一个符合 Material Design 的 Android UI 组件库,提供用于选择日期、时间和组合时间值的标准化小部件。它实现了一组遵循 Material Design 系统的可自定义对话框,以确保一致的用户界面交互。 该库具有组合日期和时间选择器,可协调日历和时钟对话框的顺序显示。它为日期和时间选择提供了特定约束,允许限制可选范围、特定日期和所需时间间隔。 视觉配置通过主题驱动的样式系统处理,支持自定义强调色、深色模式切换和操作按钮文本自定义。这些组件作为对话框片段实现,以管理 Android 应用内的生命周期和屏幕覆盖层。
Delegates calendar and clock rendering to specialized internal views for improved state and touch management.