Google map V2 and navigation drawer
问题 PROBLEM I want to use Google Map V2 in Navigate Drawer but I can't disable Navigate Drawer and give touch handler to the map when it was touched. What should I do ??? NOTE I have experience the similar problem like this before... I would like to use SeekBar in Navigate Drawer and it can't scroll the SeekBar. At that time, I can archive it by using onTouchListener() for SeekBar directly but now it cannot. 回答1: SOLUTION So, here is my solution thank to this post, I have adapt some code to