제거 썸네일형 리스트형 [android]EditText without cursor _ EditText에서 커서 제거 TextView에 ScrollView를 달고 싶을 때 간단하게 EditText를 이용. 1. android:background="@null" - Android Style 지정 시 EditText 하단에 표식이 생기는 것을 없애준다. 2. android:editable="false" >> android:inputType="none" - editable 선언 시 inputType으로 대체하라고 나오는데, inputType을 사용해도 edit가 가능하다..(검색하다보면 bug라는 말이 있다.) 3. android:focusable="false" - 터치 시 focus가 가지 않는다.(이전 control에서 imeOption이 ActionNext일 경우도 건너뛴다.) 4. android:focusableInTo.. 더보기 이전 1 다음