API<28
- clearFocus()
- 포커스가 사라지지 않고 다른 View로 포커스가 이동함
API<26
- Button
- text에 SpannableStringBuilder로 스타일 적용 안 됨. TextView에서는 가능.
API<23
- drawable xml파일에서
- <item android:gravity 적용 안 됨
- <item android:width 적용 안 됨
- <item android:height 적용 안 됨
API<22
- WebView
- https 인증서 오류가 있을 때 로딩 안 됨. webview.webViewClient 설정 필요
- GridLayout
- android:layout_rowWeight 제대로 작동 안 함. 마지막 행이 가장 커짐