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.
感觉好像我遗漏了一些东西,但是在以编程方式制作微调器时如何设置资源 ID?(例如 R.id.myspinner)
谢谢JP。
如果 MySpinner 是对微调器的引用,请使用 MySpinner.setId(int)。