기본 설정으로 Databinding 사용시 tools(미리보기)가 동작하지 않을때
xml 최상단에 tools와 bind 의 순서를 아래와 같이 조정.
xmlns:tools="http://schemas.android.com/tools"
xmlns:bind="http://schemas.android.com/tools"
-> 미리보기에 홍길동이 잘 표시된다
문제
Rearranged Code(자동 정렬)를 사용하면 xmlns:bind의 순서가 바뀐다 ( b -> t 의 순서로 정렬이 바뀜)
설정 변경
'Android' 카테고리의 다른 글
JIRA With Intellij (0) | 2020.10.19 |
---|---|
RadioButton Button Selector (drawableEnd Not Working) (0) | 2020.10.10 |
Toolbar Shadow, Cubic Effect (0) | 2020.07.04 |
BottomNavigationView 이벤트 연결 없이 만들기 (Google Sample) (0) | 2020.04.28 |
CleanArchitecture 링크 모음 (0) | 2020.04.28 |