as로 Avoid passing null as the view root
뷰를 부 풀릴 때 보푸라기 경고가 나타납니다 .null
parent
LayoutInflater.from(context).inflate(R.layout.dialog_edit, null);
그러나 뷰는 on을 AlertDialog
사용하여 의 컨텐츠로 사용 setView
됩니다.AlertDialog.Builder
되므로으로 전달되어야하는 것을 모르겠습니다 parent
.
parent
이 경우에 무엇이 있어야 한다고 생각 하십니까?
null
.
null
입니다. 보푸라기를 억제 할 수있는 이유가 있습니다. Lint는 자주 놓친 문제에 대해 경고를 제공합니다. 이 경우 올바른 호출입니다.