반응형
TextEdit은 자동 포커스를 가진다.
해제하는 방법은 linearLayout에 focusable, focusableInTouchMode를 추가한다.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true" android:focusableInTouchMode="true">
'◼︎ 개발 > Android' 카테고리의 다른 글
[Android-studio] 안드로이드 스튜디오 프로젝트 구조 (0) | 2017.02.07 |
---|---|
[Android-studio] 안드로이드 스튜디오에서 SVN 사용하기 (1) | 2017.02.06 |
[Android] 안드로이드 리스트뷰에서 아이템 정렬하기 (Android Listview Item Sorting) (0) | 2017.02.02 |
[Android] 안드로이드 로딩화면 구현하기 (Android splash activity) (0) | 2017.01.31 |
[Android] android listView 초성 검색하기 (0) | 2017.01.25 |
[Android] 안드로이드 즐겨찾기 버튼 만들기 (3) | 2017.01.24 |
[Android] 안드로이드 스크롤뷰 사용법 (Android scrollview) (0) | 2017.01.24 |