xiang
xiang
i got it. before startcrop, **do not do anything that can tigger CropImageView.onLayout。**such as show some view that hided。。。 bcz : ``` java @Override protected void onLayout(boolean changed, int l,...
FixedCropImageView(**will not work well when rotate....**): ``` java public class FixedCropImageView extends CropImageView { private boolean inited = false; public FixedCropImageView(Context context) { super(context); } public FixedCropImageView(Context context, AttributeSet attrs)...
Maybe [this](https://github.com/IsseiAoki/SimpleCropView/issues/51) can help u.
搜狗输入法也行,也挺稳定的。总之不要用微软拼音。
握草,幸亏评论看到了最后
In FloatingActionsMenu: @Override protected void onFinishInflate() { ``` super.onFinishInflate(); bringChildToFront(mAddButton); mButtonsCount = getChildCount(); if (mLabelsStyle != 0) { ``` // here is important. // As MaherSakka said, you should set...