在使用Actionbar或者用Toolbar的时候通常要设置setHomeButtonEnabled与setDisplayHomeAsUpEnabled
首先看一下源码对于setHomeButtonEnabled的介绍
/** * Enable or disable the "home" button in the corner of the action bar. (Note that this * is the application home/up affordance on the action bar, not the systemwide home * button.) * * <p>This defaults to true for packages targeting < API 14. For packages targeting * API 14 or greater, the application should call this method to enable interaction * with the home/up affordance. * * <p>Setting the { @link #DISPLAY_HOME_AS_UP} display option will automatically enable * the home button.

本文探讨在使用Actionbar或Toolbar时如何设置setHomeButtonEnabled和setDisplayHomeAsUpEnabled。setHomeButtonEnabled主要控制首页按钮的启用状态,而setDisplayHomeAsUpEnabled则决定是否显示HomeAsUp指示器。通过设置这两个方法,可以自定义Actionbar的显示行为。
最低0.47元/天 解锁文章
9万+

被折叠的 条评论
为什么被折叠?



