2 个仓库
Tools for converting pixel values from design mockups into percentage-based layouts that scale across Android screen resolutions.
Distinct from Android Layout Components: Distinct from Android Layout Components: focuses on automatic pixel-to-percentage conversion for screen adaptation rather than general layout organization.
Explore 2 awesome GitHub repositories matching mobile development · Screen Adaptation Utilities. Refine with filters or upvote what's useful.
AndroidAutoSize is a screen adaptation library for Android that automatically scales layout dimensions and view sizes across different screen resolutions. It functions as an automatic layout scaler and view dimension manager, ensuring that user interface proportions remain consistent by referencing a base design dimension. The library allows developers to define screen measurements using alternative units such as millimeters, inches, or points instead of standard density-independent pixels. It includes capabilities for custom dimension overrides, enabling the scaling process to be disabled or
Provides a comprehensive set of utilities for automatically adapting layouts to maintain consistency across diverse Android screen resolutions.
AndroidAutoLayout is an Android library that converts pixel values from design mockups into percentage-based layouts, enabling consistent scaling across different screen resolutions. At its core, it functions as a pixel-to-percentage converter and screen resolution scaling tool, allowing developers to design layouts using exact pixel dimensions from mockups and have them automatically adapt to any target device. The library provides several distinctive approaches to screen adaptation. It can generate resolution-specific dimension resource files from a single baseline design, eliminating manua
Converts pixel values from design mockups into percentage-based layouts for consistent scaling across Android screen resolutions.