带有背景颜色的按钮在VS 2017中的单击事件后在左上角呈现一个阴影或褪色的矩形选择区域

时间:2018-08-06 15:11:33

标签: xamarin xamarin.forms xamarin.android

带有背景色的按钮会在VS 2017中的单击事件之后在左上角以带阴影或不带样式的方式呈现带阴影或褪色的矩形选择区域。

enter image description here

VS 2017, Xamarin 4.10.10.2, Xamarin.Andriod SDK 8.3.3.2

1 个答案:

答案 0 :(得分:1)

已打开与该问题Android Buttons shows ripple effect only on the upper left area of the button on Samsung devices when changing/setting the buttons background color相关的问题,似乎只影响运行Android 8.0.0及更低版本的Samsung设备,同时Xamarin团队正在解决该问题,您可以:

  1. 使用不受此问题影响的Material Button
  2. 或者尝试使用社区在我提供的GitHub链接中提到的解决方法之一。