9 مستودعات
Custom implementations of Android Drawable classes for specialized image rendering.
Distinct from Custom View Rendering: Focuses on the Drawable object implementation rather than the View's measurement and drawing methods.
Explore 9 awesome GitHub repositories matching user interface & experience · Custom Drawables. Refine with filters or upvote what's useful.
android-gif-drawable is a rendering library for displaying and controlling animated GIF images within Android image views and drawables. It provides a custom drawable implementation for frame-based animations, a playback system for seeking and looping, and a metadata extractor for retrieving technical properties such as frame counts and loop settings. The library enables the synchronization of a single animation instance across multiple views to ensure consistent playback. It supports loading GIF data from various sources, including assets, resources, URIs, byte arrays, files, and input strea
Implements a custom Drawable class to integrate animation logic directly into the Android view system.
Accompanist is a collection of extension libraries that provide additional functionality and specialized components for the Jetpack Compose UI framework. It serves as a toolkit for implementing common layout and system tasks that extend the core capabilities of declarative UI development on Android. The library provides specialized utilities for managing modal bottom sheet destinations and defining custom animations for screen transitions within a navigation graph. It includes tools for detecting screen folds and display features to create adaptive layouts that adjust based on window size and
Bridges legacy Android drawable assets into a declarative painting system for vector graphics.
Accompanist is a Jetpack Compose extension library providing a set of utility components and libraries that fill functional gaps in the declarative UI framework. The project provides an adaptive layout toolkit for building user interfaces that automatically adjust based on Android screen size and device configuration. It includes a renderer for converting standard Android Drawable assets into formats compatible with a declarative painting system, as well as a manager for requesting and tracking Android system permissions.
Converts traditional Android Drawable assets for use within a declarative painting system.
A library to bring fully animated Material Design components to pre-Lolipop Android.
Ships a custom drawable engine that brings Material ripple effects to older Android versions.
SystemBarTint هي مكتبة متخصصة وأداة مساعدة لـ Android تدير ألوان الخلفية وأبعاد التخطيط لشريط النظام وشريط التنقل. توفر آلية لتطبيق تلوين خلفية مخصص على عناصر واجهة النظام هذه، خاصة عند استخدام أوضاع النافذة الشفافة. يتيح المشروع تنسيق سمات التطبيق مع واجهة مستخدم النظام من خلال السماح باستخدام ألوان أو رسومات مخصصة للتلوين. يتضمن أدوات لإدارة المحتوى بملء الشاشة من خلال حساب أبعاد البكسل الدقيقة ومواقع أشرطة النظام لتحديد حشوة التخطيط والمسافات البادئة اللازمة. تتعامل المكتبة مع إدارة علامة النافذة للشفافية وتتكامل مع تخطيط عرض Android لضمان عدم تداخل محتوى التطبيق مع مكونات واجهة النظام.
Implements custom color resources and drawables for tinting Android system bar backgrounds.
XUI هو إطار عمل لواجهة مستخدم Android ومكتبة مكونات مصممة لبناء واجهات التطبيقات. يوفر مجموعة شاملة من التخطيطات الأصلية، وحقول الإدخال، وعناصر التنقل، مدعومة بنظام إدارة سمات متعدد المستويات لتعريف السمات البصرية العالمية والأنماط المتجاوبة. يتميز إطار العمل بمجموعة متخصصة من طرق العرض المخصصة ومجموعات أدوات التفاعل، بما في ذلك تقويمات عالية الأداء، وعرض تصور البيانات، ومجموعة متنوعة من الأزرار المصممة مع مؤقتات مدمجة وتأثيرات بصرية. كما يتضمن إمكانيات معالجة الوسائط المتكاملة مثل مسح الباركود ورموز QR، وتوليد QR مخصص، وواجهة قص الصور. يغطي المشروع نطاقاً واسعاً من قدرات واجهة المستخدم وتجربة المستخدم، بما في ذلك مكونات إدخال البيانات المتنوعة، وبدائيات النوافذ العائمة، ومجموعة واسعة من مؤشرات التغذية الراجعة مثل snackbars ومقاييس التقدم. كما يوفر قوالب التخطيط، وتكوين الطباعة، وأنظمة الرسوم المتحركة لإدارة انتقالات العرض والتغذية الراجعة التفاعلية.
Allows for the programmatic generation of custom Android Drawables, such as rounded rectangles and circle gradients.
RippleEffect is a library and interaction framework for implementing Material Design ripple animations within Android applications. It provides tools to add animated visual feedback to interface elements to signal successful user interactions. The library allows for the customization of ripple effects, including adjustments to color, duration, and scale. It supports both configuration via attributes and dynamic adjustments through setter methods, and includes a listener interface to detect when a ripple animation has finished its execution.
Implements a specialized Android Drawable class to simulate Material Design ripple touch feedback.
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 runtime engine for programmatically generating geometric backgrounds, gradients, and strokes.
SuperTextView is a custom Android UI component that combines multiple text and image segments into a single view to reduce layout hierarchy depth and improve performance. It functions as an interactive text component and a layout optimization tool, rendering complex compositions on a single canvas. The component features a programmatic styling system for defining borders, corner radii, and fill colors via code rather than static XML drawable files. It also integrates with third-party image loading libraries to fetch and display remote assets directly within its structured layouts. The view u
Creates shapes and borders programmatically using Paint and Canvas instead of relying on static XML drawable files.