Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SundeepK/ProgressButton
Simple Android widget that display a loading animation when a user clicks the button
https://github.com/SundeepK/ProgressButton
Last synced: about 1 month ago
JSON representation
Simple Android widget that display a loading animation when a user clicks the button
- Host: GitHub
- URL: https://github.com/SundeepK/ProgressButton
- Owner: SundeepK
- License: mit
- Created: 2013-11-24T02:15:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T13:10:13.000Z (over 10 years ago)
- Last Synced: 2024-07-01T10:56:51.500Z (6 months ago)
- Language: Java
- Size: 2.2 MB
- Stars: 44
- Watchers: 6
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ProgressButton
==============Simple Android widget that display's a loading animation when a user clicks the button
![ScreenShot](https://raw.github.com/SundeepK/ProgressButton/master/ScreenCaps/device-2013-11-24-022111.png)
After user has clicked button:
![ScreenShot](https://raw.github.com/SundeepK/ProgressButton/master/ScreenCaps/device-2013-11-24-022153.png)
**Layout code**
Simply define a ProgressButton:
``` xml
```