Last active
June 14, 2017 05:22
-
-
Save RareScrap/f839810eacd6c5812819d0731cb15252 to your computer and use it in GitHub Desktop.
Как узнать скорость "задвигания" элеметов, закрывающих пустоту после удаления элемета из середины списка (Проект TennoSushi)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Отвечает за скорость "задвигания" элеметов, закрывающих пустоту после удаления элемета из середины | |
// recyclerView.getItemAnimator().setMoveDuration(6000); | |
// int d = recyclerView.getItemAnimator().getMoveDuration(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment