如何在cardview中添加带波纹效果的图片按钮?

How to add image buttons with ripple effect in cardview?

我正在考虑实现一个 cardview,它有一个带有涟漪效果的按钮。 我说的是这样的事情: https://lh5.ggpht.com/uTRdkJMNyy3KasauJsyGTTRHn5EZBtmA3-BVHCaHWiqBIF_XQmJg_MuE8OdisvefdEk=h900-rw)

我正在尝试实现这些卡片上的 download/share 按钮。 我应该使用 ImageButton 还是其他东西? 另外,如何扩展对棒棒糖之前的设备的相同支持?

更新:

这是我现在使用的代码。它给了我一个图像按钮,但我无法获得 touch/ripple 效果。 android:foreground 属性 适用于 cardView 并提供涟漪效果,但不适用于 ImageButton。

      <ImageButton
            android:id="@+id/ib_open_map"
            android:background="@drawable/ic_directions_grey600_36dp"
            android:foreground="?android:attr/selectableItemBackground"
            android:clickable="true"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:layout_alignParentRight="true"
            android:layout_alignParentEnd="true" />

我认为这对您来说可能很有趣。 您必须导入或 link 库才能使用它。

这是图书馆的link: Link to the library

使用方便,基于imageView。

希望对你有帮助:)告诉我

编辑 为您的更新编辑我的 link :) 看看这个:MaterialRipple