Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发 android 应用程序android:Theme.Light。
android:Theme.Light
在任何活动中,屏幕左上方都有一个应用程序图标(见下方屏幕),默认情况下它是可点击的
我想将其关闭为不可点击或可点击。
如果要禁用主页按钮ActionBar,请在OnCreate
ActionBar
OnCreate
ActionBar actionBar = getActionBar(); actionBar.setHomeButtonEnabled(false);