이렇게 해도 아무반응이 없네요....터치를 해도
<RelativeLayout
android:id="@+id/layout_for_touchEvent"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
layout_for_touch_Event = (RelativeLayout)findViewById(R.id.layout_for_touchEvent);
layout_for_touch_Event.setOnTouchListener(this);