-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Hi,
First let me say thank you for publishing these guides. They've helped me out quite a bit.
I'm currently trying to build on these techniques; specifically, I'd like to use a VerticalGridFragment as the content view of a BrowseFragment (instead of a RowsFragment). I've got it mostly working, but there are a few strange behaviours that I haven't been able to get around.
The biggest issue at this point is that the animation of the rows_container doesn't appear to work correctly. If the right-most grid item is focused, and the drawer is opened, the rows_container does not slide right, instead its width seems to shrink, and the drawer slides over-top.
Would you be able to provide any insight into what could be happening? I can provide more info about my setup if needed.
Cheers!