Joakim Berglund

Results 5 comments of Joakim Berglund

I've recently bumped into this issue as well. I've got an activity which contains a fragment viewpager. When swiping between the fragments in the viewpager the actionbar items goes wierd...

RC1. Will try out 4.0-wip. Will report back.

@JakeWharton I bump into the same issue using 4.0-wip.

@JakeWharton I've updated to bd157f8450616546bf74672af477307fd73728f8 and my issues with actionbar items being non-clickable seems to be resolved. Cannot recreate them, and they don't occur where they used to. Great!

Replacing the outer LinearLayout with a RelativeLayout will solve the problem. The cause of this problem is that the RemoteImageView has a ProgressBar showing when the image loads. When using...