I'm trying to make a drawer that slides out from under the row when it is clicked. I've got it all working except that I can't get the zposition set. I've tried several different ways but its not working for me. I could line the view up with the bottom of the row but the animation still happens on top of the stack.
I'm sure I'm missing something obvious. Is this even possible?
My code is here: https://gist.github.com/opswhisperer/14d8dbfb9f16dab8e1a8
(gist updated with thattyson's answer)