Resize fast scroller when keyboard is shown

Fixes #5487
Closes #5505
// FREEBIE
pull/1/head
Christian Ascheberg 8 years ago committed by Moxie Marlinspike
parent 9a671783c9
commit 4242ae1b70

@ -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);

Loading…
Cancel
Save