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.
我们可以更改每个TextView或Button其中的属性AlertDialog。例如here您可以看到更改TextView属性的方法,或者here for Button。但是我的问题是关于更改 AlertDialog 根视图的属性。它可以用 来完成findViewById(),但它需要根视图的 ID,我不知道它或者它可能以另一种方式完成。你知道我该怎么做吗?
TextView
Button
AlertDialog
findViewById()
注意:我的问题不在于创建custom AlertDialog.
custom AlertDialog