Zynique
Zynique
Thank you for the awesome library! It certainly is much prettier than others I have tried. I also have encountered the memory leak. In my case, I am using SDK...
Also got this. Don't know if there is perhaps an xml value or something i should have set? ``` Fatal Exception: java.lang.IllegalArgumentException: Cannot set 'scaleX' to Float.NaN at android.view.View.sanitizeFloatPropertyValue(View.java:16693) at...
Thanks guys! This is great! I modified it a bit so that you do not have to set the isSpinnerDialogOpen=false every time (I hope it works well, I'm still a...
I've added the following to the SearchSpinner class, and it seems to be working so far: @Override public void setSelection(int position) { if (position != NO_ITEM_SELECTED) { if (!_isDirty) {...