java – ImageButton中的透明背景具有涟漪效应?

我想以编程方式删除ImageButton中的灰色背景.我试过很多方法去除它 – 如 –

imageButton.setBackgroundDrawable(null);

但是在实现它们时,我没有在触摸时对ImageButton产生连锁反应. (触摸时不突出显示).

有没有办法删除背景但保留涟漪效果或突出显示.

解决方法:

如果android:background =“?attr / selectableItemBackground”这比我相信这个答案可以解决你的问题:

https://*.com/a/28087443/2534007

上一篇:DRF-serializers.Serializer序列化器


下一篇:android – ListView ImageButton descendantFocusability