1 dépôt
UI components that act as parents to distribute space and align child elements.
Distinct from Flexbox: Focuses on the container component itself rather than just the utility classes used to manage its properties.
Explore 1 awesome GitHub repository matching user interface & experience · View Containers. Refine with filters or upvote what's useful.
This is a layout library for Android applications that implements the CSS Flexible Box layout model. It provides a view container and engine that arrange child views by distributing space and aligning content according to a flexible box model. The framework enables the creation of responsive user interfaces that automatically adjust element positioning, wrapping, and growth based on available screen dimensions and orientations. The system includes capabilities for adaptive layout workflows, dynamic element alignment, and a virtualized rendering system for recycling views to display large dat
Provides a container for child views that distributes space and aligns content using a flexible box model.