Ok I have an app requirement that seems to be a little off the beaten path, My app needs to have a button on the bottom of the screen when a user clicks on it the "drawer" should open to a specified position revealing a horizontal listview, when the user clicks on one of those items it opens another "sliding drawer" above the previous drawer leaving it in place to allow another item to be selected.
Now as far as I can tell this isn't really supported as part of the sliding drawer and I've pretty much worked out how to do it with Translate animation however I have run into the problem with the hitbox not following the animation, is there a straight forward way to refresh the hitbox position or redraw the layout or do I need to create a new layout and call it on completion? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

