mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 07:10:29 +05:30
b698699679
-Removed ScrollView. RecyclerView itself handles scrolling, nesting it inside a ScrollView is possibly leading to conflicting scrolling behavior effecting performance(i.e stuttering when scrolling at bottom and updating list with new data items). -Used AppBarLayout and CollapsingToolbarLayout as containers for content(image etc) above list of video items. Together with CoordinatorLayout, these components streamline scrolling behavior and UI interactions with each other and RecyclerView. |
||
---|---|---|
.. | ||
activities | ||
adapters | ||
base | ||
dialogs | ||
extensions | ||
fragments | ||
interfaces | ||
listeners | ||
models | ||
preferences | ||
sheets | ||
tools | ||
viewholders | ||
views |