Android Material Components 사용하기

사용 버전: Android Studio 4.0

사용 언어: Kotlin 1.3.72


안드로이드 Material Components 사용하기를 알아보겠습니다.


Material Components는 Design Support Libarary를 사용할 수 있게 해줍니다. 즉, 예쁜 디자인 요소를 사용할 수 있게 해줍니다.



프로젝트용 build.gradle에 갑니다.

repositories에 google()을 추가합니다.



app용 build.gradle에 갑니다.

dependencies에 implementation 'com.google.android.material:material:1.1.0'을 적습니다.




Sync now를 합니다.


res - values - styles.xml로 갑니다.





AppTheme의 parent를 변경해 줍니다.



위의 중에 사용할 하나를 선택합니다.


끝.



카테고리: Android

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

Android Notification with Full Screen

tensorflow tf.random.uniform()

Android AVD Ram size change

Python bs4.SoupStrainer()

Android Compose automation for getting localized images to use on Play Store app image

Forensics .pyc 파일 .py로 복구하기

KiCad 시작하기 2 (PCB 만들기)

KiCad 시작하기 7 (FreeRoute 사용하기 2)