Custom theme for spinner dialog

混江龙づ霸主 提交于 2020-01-04 13:46:06

问题


I would like to customize the appearance of the dialog that appears when I click on the spinner in spinnermode=dialog. I want to use a dialog fragment but I find no documentation.

Is it possible?


回答1:


No. The appearance is fixed to give it the feel of the operating system. You would have to create your own spinner to do this which isn't easy but also not too difficult if the lists in your spinner won't get so large that it takes up all the phone's memory. Just make a control that can scroll vertically.



来源:https://stackoverflow.com/questions/10132257/custom-theme-for-spinner-dialog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!