MaterialProgressBar icon indicating copy to clipboard operation
MaterialProgressBar copied to clipboard

Material Design ProgressBar with consistent appearance

Results 8 MaterialProgressBar issues
Sort by recently updated
recently updated
newest added

This pull request adds the ability to set the `IndeterminateHorizontalProgressDrawable` background color.

I am getting the following when running `canISayByeByeJetifier`. ``` Scanning me.zhanghai.android.materialprogressbar:library:1.4.2 Absoulute path: /Users/xiwei/.gradle/caches/modules-2/files-2.1/me.zhanghai.android.materialprogressbar/library/1.4.2/6bd6cd6e9107e22a5d3b4d3d3713a6864aae854e/library-1.4.2.aar Graphs to this dependency: +---com.afollestad.material-dialogs:core:0.9.5.0 +---me.zhanghai.android.materialprogressbar:library:1.4.2 Issues found: * me/zhanghai/android/materialprogressbar/Interpolators$TRIM_PATH_START.class -> android/support/v4/view/animation/PathInterpolatorCompat * me/zhanghai/android/materialprogressbar/BaseProgressLayerDrawable.class -> android/support/v4/graphics/ColorUtils...

Although rendering error is avoided, the widget shows up as blank now.

enhancement

Currently the library does not support stroke width and you said you do not want to implement it. (#61) The problem is that the current code is filled with protected...

Hi there! Thank you for great library. It would be very nice to implement one more determinateCircularProgressStyle with always spinning ring with gap decreasing its size with progress. In current...

enhancement

colorAccent is used instead of colorControlActivated: ![image](https://user-images.githubusercontent.com/273338/27013021-cff21aa6-4edb-11e7-8a38-815cb74c11d4.png) Theme: ``` @color/material_red_500 @color/material_blue_700 @color/material_green_a700 @color/material_purple_500 @color/material_lime_500 @style/AppTheme.Dialog.Legend @style/AppTheme.Dialog.Alert.Legend ``` Layout: ``` ``` Tested on emulator API 25 and 16.

Caused by java.lang.VerifyError Verifier rejected class me.zhanghai.android.materialratingbar.ClipDrawableCompat due to bad method void me.zhanghai.android.materialratingbar.ClipDrawableCompat.setTintList(android.content.res.ColorStateList) (declaration of 'me.zhanghai.android.materialratingbar.ClipDrawableCompat' appears in /data/app/com.drdizzy-2/base.apk:classes3.dex) @zhanghai