android:活动不显示带侧边栏导航抽屉的任何内容

时间:2017-12-19 15:09:12

标签: android scala android-layout

我创建了侧边栏导航抽屉活动,并尝试将其用作父类,以便在所有活动中使用它。所以,我正在扩展这个抽屉课程的所有活动。现在,如果我这样做,那些活动不显示任何内容,只显示空白页面。无论我在这些活动中有什么。这是我的应用程序的结构:

对于导航抽屉,我有: -

left_drawer.xml (layout for the drawer)
navigation_header.xml (header for the drawer)
navigation_menu.xml (to populate the drawer menu)
LeftDrawerMenuActivity.class (drawer class)

其他活动(主要): -

main.xml (main activity layout)
MainActivity.class (main activity class)

现在我在主要活动中扩展LeftDrawerMenuActivity类。 LeftDrawerMenuActivity扩展了AppComaptActivity类。

注意:我使用Scala构建应用程序。

0 个答案:

没有答案