commit | 121ba9616e5bed44d2490f1744f7b6a9d3e79866 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Sun Aug 30 12:43:34 2015 -0700 |
committer | Yigit Boyar <yboyar@google.com> | Wed Sep 23 08:42:55 2015 -0700 |
tree | 2d85d97bd7bec17157ba4d8890f8f9c2cf2af03b | |
parent | 956db7bfe5b72f8fc0351b75b8b16b54726f3487 [diff] |
RecyclerView Animation API V2 This CL introduces a new Animation for RecyclerView that gives more responsibility and power to the ItemAnimator. It is backward incompatible but there is a new SimpleItemAnimator that mimics the old API for easy transition. The main goal for this API change is to enable better change animations. This change will enable ItemAnimator to easily animate contents of ViewHolders. Bug: 22507896 Change-Id: I4d9a6b92ff5c27691b277a777da77116476b1cd3