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.
默认情况下,当显示带有选项列表的弹出窗口时,Spinner 不会淡化下面的活动布局。
DialogFragment 自动淡化下面的活动,我希望我的所有微调器实例具有相同的行为。
有什么建议吗?
好吧,看来我自己找到了答案:View 类中有一个方法setAlpha()。
它只需要绑定到 Spinner 点击事件