在代码中设置水波纹的点击效果

int[] attrs = new int[] { android.R.attr.selectableItemBackground };
TypedArray a = getTheme().obtainStyledAttributes(attrs);
view.setBackground(a.getDrawable(0));

你可能感兴趣的:(在代码中设置水波纹的点击效果)