Android 导航抽屉错误 ActionBarDrawerToggle 不工作
Android Navigation Drawer Error ActionBarDrawerToggle Not Woking
这条线有什么问题?我无法修复错误
因为你导入了 support.V7 ActionBarDrawerToggle 检查下面你会得到一个想法
android.support.v4.app.ActionBarDrawerToggle toggle2 = new android.support.v4.app.ActionBarDrawerToggle( this, drawer, R.drawable.download, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
但是这个已经弃用了
有关更多信息,请查看 https://developer.android.com/reference/android/support/v4/app/ActionBarDrawerToggle.html
这条线有什么问题?我无法修复错误
因为你导入了 support.V7 ActionBarDrawerToggle 检查下面你会得到一个想法
android.support.v4.app.ActionBarDrawerToggle toggle2 = new android.support.v4.app.ActionBarDrawerToggle( this, drawer, R.drawable.download, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
但是这个已经弃用了 有关更多信息,请查看 https://developer.android.com/reference/android/support/v4/app/ActionBarDrawerToggle.html