I implemented a new Navigation Drawer template in an Android app, and for some reason, it will stick with a preview of the 20dp tab, probably close to 10% of the time.
I implemented it with a full copy of the demo application folders, so I was surprised not to find anyone else in this issue on SO. Doesn't anyone see this? This happens on both of my test devices, and I cannot recreate it at all in any of the Google apps that have a box.
Any ideas on what might cause this? I can paste my code, but this is the same as the demo application. The only difference is that I have a box in my layout (two ListViews and a spinner, but I only populate one of the ListViews, as the demo application does).
EDIT: This can be recreated sequentially in the official demo application.
Video demo: http://youtu.be/aEVHannoYvQ
source share