0
アンドロイドリサイクルビューでバウンスアニメーション効果を実装したいと思います。 どうすればいいですか?RecycleViewでバウンススクロール効果
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
を使用することができます。レイアウトで
?実際に何かを研究しましたか? google "recyclerview bounce effect"を入力すると[this](https://stackoverflow.com/questions/31632542/bounce-effect-on-recyclerview)の回答が得られます。 – azizbekian
[RecyclerViewのバウンス効果]の可能な複製(https://stackoverflow.com/questions/31632542/bounce-effect-on-recyclerview) – azizbekian
ありがとうございました@azizbekian このライブラリのように実装する方法 * * 'com.chauthai.overscroll:overscroll-bouncy:0.1.0' ** 私のカスタムRecycleViewクラスにあります。 – Shomu