Skip to content

Commit

Permalink
fixes #84
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich committed Nov 18, 2020
1 parent 51dddca commit b7cf9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TouchEffect.Droid/PlatformTouchEff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ private ColorStateList GetColorStateList()
if (defaultcolor != Xamarin.Forms.Color.Default)
color = defaultcolor.ToAndroid();
else
color = Color.Argb(31, 0, 0, 0);
color = Color.Argb(64, 128, 128, 128);

return new ColorStateList(
new[] { new int[] { } },
Expand Down

0 comments on commit b7cf9cd

Please sign in to comment.