kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
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);
|
||||||
|
|
Ładowanie…
Reference in New Issue