Currently, the extended bar is simply a view in the Relative Layout. This is works well in cases where overlap is needed, but in this activity it opens us up to a bunch of bugs. Specifically, it can cause the bar to go into the wrong state when animating. This can easily by solved by swiping down, but it looks bad. Changing the implementation to a custom Action Bar might fix it, because this functionality is already supported.