MaterialLoadingProgressBar
MaterialLoadingProgressBar copied to clipboard
MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)
``` A gray dot appeared In the upper left corner. ```
i write a simple animation with 500 ms duration and set it to progress bar but it disappear immediately without duration effect. ``` AlphaAnimation fadeOut = new AlphaAnimation(1.0f, 0.0f); fadeOut.setDuration(500);...
Please support androidx
Thank you for the library! I can't change progress color. ``` xml ``` I set progress color, but it still black color. Android studio 1.2 beta. Dependencies: ``` java compile...
Hello, So i'm testing on a Samsung Galaxy Nexus running 4.2.1 I have a weird issue: I'm using a loading progress bar at the bottom of my listview. I show...
I am testing on a Samsung GT-S6012 "Duos" device running Android 4.04 API 15 GSM arena link http://www.gsmarena.com/samsung_galaxy_music_duos_s6012-5027.php And I am getting this after the spinner runs for some time.......