<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/default_background"
android:focusable="true"
android:focusableInTouchMode="true"
>
부모 Layout 속성에 focusable, focusableInTouchMode 추가
android:focusable="true"
android:focusableInTouchMode="true"
'Android' 카테고리의 다른 글
안드로이드 스튜디오 aidl is missing 오류 해결법 (0) | 2015.08.31 |
---|---|
ViewPager PagerAdapter not updating the View (0) | 2015.08.31 |
Rendering Problems (0) | 2015.08.24 |
TextView 밑줄 긋기 (0) | 2015.08.24 |
Android java.exe finished with non-zero exit value 1 (0) | 2015.08.20 |