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.
我们的设计师给了我这个底部导航栏的草图。
第一项下方的圆圈表示它已被选中。应该如何实现这种高亮机制?是否可以为此目的使用选择器?
我建议为选定状态和非选定状态设置一个drawable,其中选定状态包含点。然后只需在选择时更改源图像。