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.
我想在操作栏中显示一个图标,提供 GPS 位置的信号强度。 所以每当我收到 locationUpdate 时,我都想根据准确性更改图标。
我可以设置一个不可点击的菜单项,但我不能按需更新它?
我该怎么做?
我的理解是调用activity的invalidateOptionsMenu()方法会导致ActionBar失效,所以你可以在onCreateOptionsMenu()中更新图标。