Here when i pressed on these left and right arrow button
at that time I want to see these type of effects on button. These same thing happens in Iphone/IOS
The shape has to be radially drawn with fading from white to black outwards.
Try this:
Also, you cannot directly set this as a background to your button. You will have to create a selector drawable file in which you specify different backgrounds based on the state of the button. In this case, you need this background to be set only when button is pressed. The selector will look something like this:
PS: It is not recommended to replicate iOS design when designing an Android app. For Android design guidelines, please refer: http://developer.android.com/design/building-blocks/buttons.html