在我的一个安卓屏幕中,我想要一个复选框和文本,例如:
_
|_| I have agreed to the *terms of service*.
文本I have agreed to the *terms of service*
位于/values/strings.xml文件中的常量字符串中。我知道我可以制作我希望与html链接的文字
I have agreed to the <a href="some.website.com">*terms of service*</a>.
但有没有办法让它不是推出网站,而是启动自定义或显示对话框?
答案 0 :(得分:0)