UI 관련 Tips and Trick


UI  관련 Tips and Trick

안녕하세요. 훈츠 입니다. UI 관련 Tips and Trick 포스팅 합니다. 1. Dependency 추가 implementation "com.google.android.material:material:1.1.0" 2. Style 변경 3. ConstraintLayout View 들의 위치 지정시 위처 정보의 네점은 parent로 두고, Vertical_bias 혹은 Horizontal_bias로 조정 합니다. View 의 위치를 자석으로 붙일때는 Top_toBottomOf 를 이용합니다. View 의 text size 지정시, textAppearance 를 이용 합니다. = Headline, Body, Display ... View 의 xml 화면 에서 글씨를 미리 보려면, tools:text ="..


원문링크 : UI 관련 Tips and Trick