Exemplo n.º 1
0
 @Override
 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, View child, View target) {
   if (DEBUG) Timber.d("onStopNestedScroll " + target.getClass());
   super.onStopNestedScroll(coordinatorLayout, child, target);
 }