You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
I am getting the following error, when using the LabelledSpinner in my layout (v1.1.4):
The following classes could not be instantiated:
- com.farbod.labelledspinner.LabelledSpinner (Open Class, Show Exception, Clear Cache)
Tip: Use View.isInEditMode() in your custom views to skip code or show sample data when shown in the IDE
java.lang.NullPointerException
at com.farbod.labelledspinner.LabelledSpinner.alignLabelWithSpinnerItem(LabelledSpinner.java:600)
at com.farbod.labelledspinner.LabelledSpinner.<init>(LabelledSpinner.java:146)
at com.farbod.labelledspinner.LabelledSpinner.<init>(LabelledSpinner.java:112)
at com.farbod.labelledspinner.LabelledSpinner.<init>(LabelledSpinner.java:108)
at sun.reflect.GeneratedConstructorAccessor600.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
...
Is any one else getting the same issue?
The text was updated successfully, but these errors were encountered:
I am getting the following error, when using the
LabelledSpinner
in my layout (v1.1.4):Is any one else getting the same issue?
The text was updated successfully, but these errors were encountered: