Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Automated dotnet-format update (#1497)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
  • Loading branch information
github-actions[bot] and jfversluis committed Jul 13, 2021
1 parent 9f4a308 commit 357a311
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void Update()
var color = ShadowEffect.GetColor(Element);
if (!color.IsDefault)
color = color.MultiplyAlpha(opacity);

var androidColor = color.ToAndroid();
var offsetX = (float)ShadowEffect.GetOffsetX(Element);
var offsetY = (float)ShadowEffect.GetOffsetY(Element);
Expand Down Expand Up @@ -123,4 +123,4 @@ public override void GetOutline(AView? view, Outline? outline)
=> outline?.SetRoundRect((int)offsetX, (int)offsetY, view?.Width ?? 0, view?.Height ?? 0, cornerRadius);
}
}
}
}

0 comments on commit 357a311

Please sign in to comment.