Santosh Thapa
Santosh Thapa

Reputation: 137

Button with background color, ripple effect renders in upper left corner only

Button with background color when clicked ripple effect renders abnormally with a shaded or faded rectangular selection area in upper left corner only instaed of the whole button area.

enter image description here

VS 2017, Xamarin 4.10.10.2, Xamarin.Andriod SDK 8.3.3.2

Upvotes: 2

Views: 370

Answers (1)

Cfun
Cfun

Reputation: 9721

An issue has been opened related to this problem Android Buttons shows ripple effect only on the upper left area of the button on Samsung devices when changing/setting the buttons background color and it seems affecting Samsung devices running Android 8.0.0 and below only, meanwhile it is being solved by Xamarin team you can:

  1. Use Material Button which is not affected by this issue.
  2. Or try one of the workarounds mentioned by the community in the GitHub link I have provided.

Upvotes: 1

Related Questions