本文介绍了带drawSelectorOnTop的微调器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Spinner中的drawSelectorOnTop的用途是什么?无论我将此标志设置为"true"还是"false",我都看不到任何区别.
What is the purpose of drawSelectorOnTop in a Spinner?Whether I set this flag to "true" or "false", I cannot see any difference.
谢谢
推荐答案
好吧,就像名字说的那样,它在Spinner内容的顶部显示选择器控件.
Well, like the name says it displays the selector control on top of the contents of the Spinner.
是否存在视觉差异将取决于微调框的样式/内容.这是一个例子.
Whether or not there will be visual differences will depend on the style/contents of the Spinner. This is an example.
您会注意到,选择器控件似乎位于微调框的顶部
You'll note that the selector control appears to be on top of the Spinner
这篇关于带drawSelectorOnTop的微调器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!