안드로이드 멀티 클릭 막기

2015. 10. 16. 14:16Mobile/Android



반응형
안드로이드 멀티 클릭 막기

참고 무식하게 하드코딩 하고 있었다. 하..........

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:splitMotionEvents="false"
>

참고

http://stackoverflow.com/questions/12777435/disable-multi-finger-touch-in-my-app?answertab=votes#tab-top

반응형

'Mobile > Android' 카테고리의 다른 글