안드로이드 개발 질문/답변
(글 수 45,052)
public AlertDialog.Builder (Context context, int theme)
Since: API Level 11
Constructor using a context and theme for this builder and the AlertDialog it creates
-> theme이란 인자는 무엇을 의미하는 것인가요?




다이얼로그도 여러가지 테마가 있습니다. 외곽 테두리가 없다든지. 타이틀을 아예 안보이게 한다든지
그러한 테마들이 정의된 값이 있습니다.
개발자 문서를 한번 읽어보도록 해보세요 :)