일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- url
- Dialog
- FACTORY
- 2024-08-20
- http method
- fontstyle
- Kotlin
- OOP
- Factory Method Pattern
- reflection
- OpenAPI
- 현대 IT&E
- 2024-08-21
- 채용확정형
- 어노테이션
- menutab
- tcp
- Python
- datepicker
- URN
- 코드업
- uri
- IOC
- AndroidStudio
- udp
- swagger
- 객체지향프로그래밍
- 기초100제
- Android Studio
- di
Archives
목록fontstyle (1)
dingdong coding
[ Android / Kotlin ] Font Style 변경
Android 개발 시 원하는 Font를 다운받아 사용하는 법에 대해 알아보겠습니다. 먼저 res 폴더에 font style을 지정할 폴더를 하나 생성합니다. res 우클릭 > New > Android Resource Directory Resource type > font 선택 이후 font > font_style.xml 을 생성합니다. font_style.xml 이제 사용하고자 하는 폰트를 다운받으러 가보겠습니다. https://fonts.google.com/ Google Fonts Making the web more beautiful, fast, and open through great typography fonts.google.com 사용하고자 하는 font style을 결정했다면 style을 살펴..
🌃Android/Style
2022. 1. 9. 16:38