Android Navigation Drawer bug using the sample

前端 未结 3 1021
梦如初夏
梦如初夏 2020-12-14 11:22

I\'m trying to implement the navigation drawer pattern based on my app. I downloaded the sample code from here and i ran it and 90 % of the times the drawer works ok, but so

3条回答
  •  一整个雨季
    2020-12-14 11:34

    I faced a similar issue as mentioned by you. I had a list view inside a relative layout (FILL_PARENT). Whenever the content in the list view is less and when I dragged in the area outside the list view, the navigation drawer got struck. Setting android:clickable="true" for the relative layout resolved the problem. Hope this may help.

提交回复
热议问题