반응형

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">


반응형

+ Recent posts