반응형
<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]
반응형
'IT 이야기 > 2022_Android 이것저것' 카테고리의 다른 글
Image Resize (0) | 2022.06.22 |
---|---|
retrofit2 Get Header 추가. (0) | 2022.05.10 |
사진 저장 후 갤러리 업데이트 (0) | 2022.04.14 |
@SuppressLint("SetTextI18n") (0) | 2022.03.16 |
Caused by: java.lang.Exception: No native library is found for os.name=Mac and os.arch=aarch64. path=/org/sqlite/native/Mac/aarch64 (0) | 2022.03.16 |