Resize fast scroller when keyboard is shown

Fixes #5487
Closes #5505
// FREEBIE
This commit is contained in:
Christian Ascheberg 2016-05-22 12:12:56 +02:00 committed by Moxie Marlinspike
parent 9a671783c9
commit 4242ae1b70
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public class RecyclerViewFastScroller extends LinearLayout {
super(context, attrs);
setOrientation(HORIZONTAL);
setClipChildren(false);
setScrollContainer(true);
inflate(context, R.layout.recycler_view_fast_scroller, this);
bubble = ViewUtil.findById(this, R.id.fastscroller_bubble);
handle = ViewUtil.findById(this, R.id.fastscroller_handle);