标签: android alertdialog
我们可以更改TextView中的每个Button或AlertDialog的属性。例如here,您可以看到更改TextView属性的方法,或{{ 3}} for Button。但我的问题是关于改变AlertDialog根视图的属性。可能用findViewById()完成,但它需要根视图的ID,我不知道它或它可能以另一种方式完成。你知道我怎么做吗?
TextView
Button
AlertDialog
findViewById()
注意:关于创建custom AlertDialog
custom AlertDialog