当我在GridLayout中添加或删除或重新排序项目时,在GridLayout中实现重新排序项目的动画的方法是什么?
例如
GirdLayout layout = findById(R.id.layout);
layout.addView(someView,index);
//and how to make items animated on reordering ?
感谢您的帮助或想法! 感谢。
答案 0 :(得分:0)
Take a look at the official google docs on animating layout changes,这也适用于GridLayout
修改:或者查看this answer here。