AigeStudio / WheelPicker

Simple and fantastic wheel view in realistic effect for android.
Apache License 2.0
2.56k stars 519 forks source link

UI errors. See following pictures. #80

Open SwayChen opened 7 years ago

SwayChen commented 7 years ago

UI overlap & No 3D

WheelPicker wheelPicker = new WheelPicker(context);
mLayoutContainer.addView(wheelPicker);
issues

issue

RyuKun24 commented 7 years ago

try to put layout height to wrap_content, and put wheelPicker.setAtmospheric(true); wheelPicker.setCurved(true); before this: mLayoutContainer.addView(wheelPicker);