Closed nicolas-garcia closed 6 years ago
Yes, this issue is solved by assigning a style like "NoShadow" in your style.xml
file:
<style name="NoShadowButton" parent="android:style/Widget.Button">
<item name="android:stateListAnimator">@null</item>
</style>
And then set this style to android:buttonStyle
in your main style, like this:
<item name="android:buttonStyle">@style/NoShadowButton</item>
For more information see this sample file
Hi!
I have a problem with your package right now on Android 6.0 API 23 and
Plugins.Forms.ButtonCircle v2.0.1.48-beta
from nuget. I have the following code:BorderThickness works fine on Android 7.1, but not on 6.0. It is not even displayed. Is this an known issue?
Thank you!