Android笔记之Ripple

RippleDrawable extends LayerDrawable

  • 有边框限制
    //api21上有效,api21下无效
    ?android:attr/selectableItemBackground
  • 无边框限制
    //仅支持api21
    ?android:attr/selectableItemBackgroundBorderless

自定义ripple背景



    

@android:id/mask为非透明的遮罩层,否则是无边框的ripple

兼容处理
drawable-v21下ripple
drawable其他处理

你可能感兴趣的:(Android笔记之Ripple)