We can change properties of each TextView
or Button
that is in AlertDialog
.For example here you can see the way to change properties of TextView,or here for Button.But my question is in about changing properties of root view of AlertDialog.It may be done with findViewById()
,but it needs ID of root view and I do not know it or it may be done in another way.Do you know how I can do it?
Note:My question is not in about creating custom AlertDialog
.