DrawerLayout learning in android ActionBar and the solution to Home click not responding

MainActivity, Layout and gradle.build in Res are attached. 

 

The reason why clicking on Home has not been solved is because there is no addition in Activity

@Override
public boolean onOptionsItemSelected(MenuItem item) {
    return mActionBarDrawerToggle.onOptionsItemSelected(item) || super.onOptionsItemSelected(item);
}

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326711868&siteId=291194637