I can create ripple effect with xml as follows:
<?xml version="1.0" encoding="utf-8"?>
<ripple android:color="#00ff00"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/black" />
</ripple>
How can I reach the same programmatically with RippleDrawable(...)