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.
我正在处理 ABS 的 Styled 项目。我想自定义操作栏中的主页图标。但是,我所做的任何事情似乎都没有任何效果。我尝试在 Manifest、样式和 MainActivity 中设置徽标。有人遇到过这个吗?
谢谢你,伊戈尔
这在另一个帖子中得到了回答
显然你必须getSupportActionBar().setIcon(R.drawable.my_custom_drawable);在 MainActivity 中做。我明白了,但是不能在Manifest中设置它很麻烦......
getSupportActionBar().setIcon(R.drawable.my_custom_drawable);