AndroidDeveloperLB

Results 603 comments of AndroidDeveloperLB

implement library? Which library? And why could I know about it?

@cinder92 I'm not the one who created it. I just tried its sample.

This seems to be of the text suggestions. But is it possible to avoid it?

Maybe like this: https://stackoverflow.com/a/15055413/878126 ?

I also think that the size should include the shadow, to avoid confusion of why it gets truncated.

Has anyone solved this? I'm getting a weird behavior when scrolling sometimes: the actionbar might not change its size, and sometimes when it does, the scrolling of the ListView stops...

Do 2 things : 1. comment this line from TouchInterceptionFrameLayout event.setLocation(ev.getX(), ev.getY()); on this code: ``` if (mDownMotionEventPended) { mDownMotionEventPended = false; MotionEvent event = MotionEvent.obtainNoHistory(mPendingDownMotionEvent); //event.setLocation(ev.getX(), ev.getY()); duplicateTouchEventForChildren(ev, event);...

Is there a solution for the flinging issue? When I fling and the actionbar can be scrolled, it stops the flinging and might not even show/hide the actionbar.

@ShreyashPromact Nice sample, but it doesn't change the actionbar size when you are not on the top of the listView . How would you change this? Also, are you sure...

@ShreyashPromact Here: http://stackoverflow.com/q/31990108/878126