-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setColor NullPointException #1
Comments
It's possible to show your implementation of that? You need to used setColor with color integer this way : |
private void fillData() {
Can i use all customization border, amplitude, progress but color get java.lang.IllegalArgumentException: width and height must be > 0 |
at com.mikhaellopez.circularfillableloaders.CircularFillableLoaders.updateWaveShader(CircularFillableLoaders.java:196) Maybe, Problem on Butterknife |
if i put only <com.mikhaellopez.circularfillableloaders.CircularFillableLoaders and not any customization java code. Only XML Screenshot: http://prntscr.com/9dqll7 This Fragment Layout. |
Problem on executing Code early and view's layout has not yet been measured by Android. i set timer and problem fixed. Sorry |
Cool, the goal is that you are a solution 👍 |
I'm having the exact same issue. Please elaborate on how to fix |
if i Set Fragment Return
java.lang.IllegalArgumentException: width and height must be > 0
Main Activity Return NullpointException All other cutomization code works setColor Getting error only
The text was updated successfully, but these errors were encountered: