Advertisement
ToanTK

Avoid Multitouch in view

Jun 9th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.26 KB | None | 0 0
  1. <LinearLayout
  2.        android:id="@id/tab_house_hold"
  3.        android:layout_width="match_parent"
  4.        android:layout_height="@dimen/root_category_height"
  5.        android:layout_alignParentBottom="true"
  6.        android:splitMotionEvents="false">
  7. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement