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.
我想实现如下功能:
Male ⊙ Female ⊙
如何使用 XML 或代码处理这个问题?
android:button="@null" android:drawableRight="@android:drawable/xxxxx" android:paddingLeft="30dip" android:text="Male"
你可以,但你必须为此创建一个自定义的列表视图。
在您的 XML 文件或代码中的列表视图初始化时,您必须指定除了本机样式之外应该选择哪种样式。
尝试查看此链接以及此链接,它们可能会有所帮助。