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.
我将我的操作栏自定义为与谷歌地图相同。我想在我的列表导航上添加一个图标。
列表导航的内容由SpinnerAdapter您提供给的 控制setListNavigationCallbacks()。您应该能够通过覆盖和膨胀/格式化您认为合适的行来创建一个SpinnerAdapter使用图标和标签的下拉视图。getDropDownView()
SpinnerAdapter
setListNavigationCallbacks()
getDropDownView()