1 个仓库
Specialized drawables used specifically for tinting system status and navigation bars.
Distinct from Custom Drawables: Focuses on the application of colors to system bars rather than general image rendering implementations.
Explore 1 awesome GitHub repository matching user interface & experience · System Bar Tints. Refine with filters or upvote what's useful.
SystemBarTint 是一个专门用于 Android 的库和实用工具,用于管理系统状态栏和导航栏的背景颜色及布局尺寸。它提供了一种在透明窗口模式下为这些系统界面元素应用自定义背景色调的机制。 该项目通过允许使用自定义颜色或 Drawable 进行着色,实现了应用程序主题与系统 UI 的协调。它包括通过计算系统栏的精确像素尺寸和位置来确定必要的布局内边距和插图(insets),从而管理全屏内容显示的工具。 该库处理透明度的窗口标志管理,并与 Android 视图布局集成,以确保应用程序内容不会与系统界面组件重叠。
Implements custom color resources and drawables for tinting Android system bar backgrounds.