Guest User

Untitled

a guest
Jan 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. private void SetTouchListener()
  2. {
  3. var rootContainer = floatingView.FindViewById<RelativeLayout>(Resource.Id.root);
  4. rootContainer.SetOnTouchListener(this);
  5. }
Add Comment
Please, Sign In to add comment