Wei Wang

Results 11 comments of Wei Wang

@flavienlaurent Do you know why this happens? Any idea how to fix this?

If you wanna use the wrapper for normal edittext, you can the normal BetterSpinner instead of material one.

You just need to switch back to compile 'com.weiwangcn.betterspinner:library:1.1.0' if you take a look a the code and `README`.

@ynhenggg do you have the crash log? And a quick way to fix it is to feed it a empty adapter then update it whenever you have data ready

You can download the source code .zip file from [here](https://github.com/Lesilva/BetterSpinner/archive/1.1.0.zip) and copy `MaterialBetterSpinner.java`. Drag, drop, done.

@XxGoliathusxX Did you try use a drawable as background?

你加载好了数据传到adapter里之后,用`notifyDataSetChanged();`

@Catherine0728 那是试试加载完了重新setAdapter()或者贴代码看看。