feat: added fast scrollbar to folder navigation screen.

This commit is contained in:
antonio 2023-08-01 10:34:39 +02:00
parent b267b904cc
commit 4ad2722e81
7 changed files with 290 additions and 9 deletions

View file

@ -96,6 +96,9 @@ public class IndexFragment extends Fragment implements ClickCallback {
musicIndexAdapter.setItems(IndexUtil.getArtist(indexes));
}
});
bind.fastScrollbar.setRecyclerView(bind.indexRecyclerView);
bind.fastScrollbar.setViewsToUse(R.layout.layout_fast_scrollbar, R.id.fastscroller_bubble, R.id.fastscroller_handle);
}
@Override