learn-coordinatorlayout-behavior icon indicating copy to clipboard operation
learn-coordinatorlayout-behavior copied to clipboard

CoordinatorLayout 自定义Behavior 高仿美团商家详情界面 实现页面内容复杂联动效果

Results 3 learn-coordinatorlayout-behavior issues
Sort by recently updated
recently updated
newest added

// val effect = adInterpolator.getInterpolation(offset / offsetMax) // val e: Int = argbEvaluator.evaluate(effect, Color.WHITE, 0xFF646464.toInt()) as Int // vSearch.setImageDrawable(tintDrawable(drawableSearch, ColorStateList.valueOf(e))) // vSearch.scaleX = (1 - 0.4 * effect).toFloat() // vSearch.scaleY...

向下滑动,点菜、评论、商家直接移动到了最下方;默认收缩起来的区域直接变到最大,没有滑动的过程