반응형

<style name="AlertDialogTheme" parent="android:Theme.Dialog">

    <item name="android:textSize">14sp</item>

</style>

 

 

ContextThemeWrapper cw = new ContextThemeWrapper( this, R.style.AlertDialogTheme );

AlertDialog.Builder b = new AlertDialog.Builder(cw);



출처: https://ondestroy.tistory.com/entry/AlertDialogBuilder-안에-텍스트-사이즈-조절하기 [OnCreate]

반응형
반응형

사진 저장 후 바로 보여지지가 않음.. 

해당 브로드캐스트를 호출 함으로써 갤러리에 업데이트를 할 수 있다. 

 

 

 

https://shinyongchul.tistory.com/91

 

ACTION_MEDIA_SCANNER_SCAN_FILE -> deprecated

이미지 저장 후 캘린더에 추가 하는 작업인데 아래 코드는 API 29 부터 사용할 수 없음. Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE).also { mediaScanIntent -> mediaScanIntent.data = Uri.fromFile(file) sendBroadcast(mediaScanInten

shinyongchul.tistory.com

 

반응형
반응형

1.우측 상단 Gradle 클릭

 

 

이미지에 보이는 선택된 파일을 더블클릭하면 됨.

반응형

'IT 이야기 > 2021_Android 이것저것' 카테고리의 다른 글

WebView SSL Issue  (0) 2022.03.18
안드로이드 Webview HTTP  (0) 2022.03.18
MotionLayout 맛보기..  (0) 2021.12.29
Android Doze Mode 와 배터리 사용량 최적화 제외  (0) 2021.12.13
GPS 위치 정확도 승인  (0) 2021.12.07

+ Recent posts