On the dialer app of Android, when you start searching for something, and you click the arrow button on the left of the EditText, you get a circular ripple
If you are using AppCompat theme, then you could set the background of the view as:
android:background="?selectableItemBackgroundBorderless"
This will add circular ripple on 21 and above and square background on below 21.