here are two codes to set up HomeAsUp:
if (actionBar != null) {
actionBar.setDisplayHomeAsUpEnabled(true);
actionBar.setHomeAsUpIndicator(R.drawable.ic_menu);
}
Please forgive me for the incorrect format when I sent the question for the first time.