logo
  • 教程列表
  • SO官方文档
  • CardView
    • CardView 入门
    • 添加 Ripple 动画
    • 自定义 CardView
    • 在 CardView 中使用图像作为背景(前棒棒糖设备问题)
    • 使用 TransitionDrawable 为 CardView 背景颜色设置动画
  1. StackOverflow 文档
  2. Android 教程
  3. CardView
  4. 添加 Ripple 动画

添加 Ripple 动画

Created: November-22, 2018

要在 CardView 中启用波纹动画,请添加以下属性:

<android.support.v7.widget.CardView
  ...
  android:clickable="true"
  android:foreground="?android:attr/selectableItemBackground">
  ...
</android.support.v7.widget.CardView>
  • 自定义 CardView
  • CardView 入门

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明