FButton - a flat button library for Android
Las características principales de hoang8f/android-flat-button son: Buttons and Inputs.
Las alternativas de código abierto para hoang8f/android-flat-button incluyen: dmytrodanylyk/android-process-button — Android Buttons With Built-in Progress Meters. dmytrodanylyk/circular-progress-button — This is an Android button widget that morphs into a circular progress indicator during asynchronous operations. The… markushi/android-circlebutton — Circle button widget for Android.
Android Buttons With Built-in Progress Meters.
This is an Android button widget that morphs into a circular progress indicator during asynchronous operations. The core identity of the project is a custom UI component that transforms a standard button into a loading spinner, then reverts it upon task completion. The implementation uses canvas-based morphing animation to transition between button and circular progress shapes, with property animation interpolation controlling the transformation over time. A state-driven view hierarchy switches between button and progress indicator layouts based on a finite state machine, while layer-based co
Circle button widget for Android