Focusable
커서를 엘리먼트 위어 올렸을 때 뷰를 변형시키는 것
https://developer.android.com/design/ui/tv/guides/styles/focus-system?hl=ko#:~:text=%22Focusable%20elements%22%20can%20be%20any,or%20more%20%22focusable%20elements%22.
Clickable
버튼을 누를 수 있는지 지정. 이미지 버튼 같은 경우 지정해주어야한다.
Enable
setEnabled를 false로 지정하면 clickable과 focusable이 둘다 false로 지정된다고 보면 된다.
https://stackoverflow.com/questions/15615823/setenabled-vs-setclickable-what-is-the-difference
'Android (Kotlin) > kotlin 문법' 카테고리의 다른 글
ViewBinding (1) | 2024.01.04 |
---|---|
Activity 활동 수명 주기 (1) | 2023.12.22 |
정규표현식 코틀린 사용성 Regular Expression (Regex) (1) | 2023.12.19 |
EditText Input Type 모두 모음 (0) | 2023.12.19 |
동적 메모리 할당 (Dynamic Allocation) | 스택(Stack) vs 힙(Heap) (0) | 2023.12.12 |