Drawerlayout children views overlapping

前端 未结 1 1062
忘掉有多难
忘掉有多难 2020-12-21 02:45

I\'ve been trying to make a DrawerLayout that has a ViewPager and a LinearLayout attached to the bottom of the DrawerLayout

相关标签:
1条回答
  • 2020-12-21 03:05

    A drawerlayout is allowed only 2 children, the first is a main content view, the second is the drawer. You need to combine your first two views into a linear layout. http://developer.android.com/training/implementing-navigation/nav-drawer.html

    0 讨论(0)
提交回复
热议问题