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

  • 關於本站
  • 免責聲明