dialog를 생성 후 띄우면 dialog를 제외한 나머지 배경은 어둡게 변한다...
나는 어두운 배경으로 변하는게 싫어 없애는 방법을 찾았다.
dialog = builder.create();
dialog.getWindow().setDimAmount(0); // background remove
dialog.show();
다음과 같이 dialog.getWindow().setDimAmount(0); 를 추가해주면 !!! 배경이 어둡게 변하지 않는다 !!!
320x100
'프로그래밍 > Android-Java' 카테고리의 다른 글
[ANDROID] byteArray to String (0) | 2020.12.15 |
---|---|
[ANDROID] custom toast 커스텀 토스트 (0) | 2020.12.15 |
[ANDROID] java.lang.IllegalArgumentException: Comparison method violates its general contract! (0) | 2020.12.04 |
[ANDROID] 두 점의 각도 구하기 (0) | 2020.11.17 |
[ANDROID] base64 string 변환 (0) | 2020.10.29 |
댓글