GitHub
Bouncy: отскок для RecyclerView
Bouncy — отскок для RecyclerView и NestedScrollView, как в iOS, плюс drag&drop и свайпы для представлений.
Пример использования:
<com.factor.bouncy.BouncyNestedScrollView android:layout_width="match_parent" android:layout_height="match_parent" app:fling_animation_size=".7" app:overscroll_animation_size=".7"> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content"> ... ... ... </LinearLayout> </com.factor.bouncy.BouncyNestedScrollView>
Библиотека: https://github.com/Valkriaine/bouncy
Если вы нашли опечатку - выделите ее и нажмите Ctrl + Enter! Для связи с нами вы можете использовать info@apptractor.ru.