1 个仓库
Tools for defining UI backgrounds with specific geometries, corner radii, and gradients using code instead of static assets.
Distinct from Component Corner Rounding: Unlike the candidates which focus on specific CSS/HTML properties or rounded corners, this covers the general programmatic generation of shapes, borders, and gradients for Android views.
Explore 1 awesome GitHub repository matching user interface & experience · Programmatic Shape Definitions. Refine with filters or upvote what's useful.
BackgroundLibrary is an Android UI styling framework and programmatic drawable generator. It provides a system for defining user interface components, backgrounds, and state-to-visual mappings through layout attributes and fluent code builders. The library enables the creation of complex background shapes, gradients, and strokes programmatically, removing the need for static XML resource files. It includes a view state manager that maps user interaction events, such as pressed or focused states, to specific visual changes in colors or strokes at runtime. The framework covers a broad range of
Provides a programmatic engine to create complex backgrounds with gradients, strokes, and rounded corners without static XML files.