How to implement a custom AlertDialog View

前端 未结 11 975
悲&欢浪女
悲&欢浪女 2020-11-22 13:18

In the Android docs on AlertDialog, it gives the following instruction and example for setting a custom view in an AlertDialog:

If you want to display a
11条回答
  •  無奈伤痛
    2020-11-22 13:38

    The android documents have been edited to correct the errors.

    The view inside the AlertDialog is called android.R.id.custom

    http://developer.android.com/reference/android/app/AlertDialog.html

提交回复
热议问题