mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
Resize fast scroller when keyboard is shown
Fixes #5487 Closes #5505 // FREEBIE
This commit is contained in:
parent
9a671783c9
commit
4242ae1b70
@ -74,6 +74,7 @@ public class RecyclerViewFastScroller extends LinearLayout {
|
|||||||
super(context, attrs);
|
super(context, attrs);
|
||||||
setOrientation(HORIZONTAL);
|
setOrientation(HORIZONTAL);
|
||||||
setClipChildren(false);
|
setClipChildren(false);
|
||||||
|
setScrollContainer(true);
|
||||||
inflate(context, R.layout.recycler_view_fast_scroller, this);
|
inflate(context, R.layout.recycler_view_fast_scroller, this);
|
||||||
bubble = ViewUtil.findById(this, R.id.fastscroller_bubble);
|
bubble = ViewUtil.findById(this, R.id.fastscroller_bubble);
|
||||||
handle = ViewUtil.findById(this, R.id.fastscroller_handle);
|
handle = ViewUtil.findById(this, R.id.fastscroller_handle);
|
||||||
|
Loading…
Reference in New Issue
Block a user