앱 build.gradle 추가사항
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.1.0'
ConstraintLayout 을 이용하여 Layout 구성
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
'안드로이드 > Layout' 카테고리의 다른 글
EditText DatePicker (0) | 2020.08.18 |
---|---|
Floating Action Button (0) | 2020.07.11 |
Meterial Design 로그인 Layout 예제 (0) | 2020.03.21 |
ScrollView (0) | 2019.12.20 |
Dynamic Layouts (0) | 2019.01.06 |