Ashinch / ReadYou

An Android RSS reader presented in Material You style.
GNU General Public License v3.0
4.75k stars 187 forks source link

Add Scroll bar view #601

Open shuvashish76 opened 7 months ago

shuvashish76 commented 7 months ago

Describe the feature request

Currently we've only a viewbar for articles which lets you know where the current screen is in relation to the maximum height. Adding a scroll button would allow users to jump screen quickly.

Feature request to add it for Feeds page, Flow page and article Reading Page. Have a look on this fastscroll library.

shuvashish76 commented 1 month ago

https://github.com/nanihadesuka/LazyColumnScrollbar Android Jetpack Compose LazyColumn scrollbar implementation

Also see: https://github.com/reddit/IndicatorFastScroll popular library by reddit but looks abandoned