Update StaggeredGridView to use new RecyclerView animations

StaggeredGridView used to track of removed children. Since RecyclerView
does it automatically now, we don't need this bookkeeping anymore.

I also added orientation constants to make it cleaner for the constructor

Change-Id: Ibac99d98fee5d89723f2e4fb77072d8461ebe3fb
1 file changed