简体   繁体   中英

android : customized action when home logo in action bar si clicked

i changed the logo to an action icon and i want to perform an action when the logo is clicked.

How can i customize the action when the home logo in action bar is clicked?

thank you

In onOptionsItemSelected() of your activity, watch for an ID of android.R.id.home -- that will be when the home icon/logo is pressed. You can then perform whatever action makes sense (eg, move to your app's main screen).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM