Skip to content

Commit 4e17ad7

Browse files
Merge pull request #113 from TheEightBot/feature/readd-android-padding
2 parents d5e4a7a + c6656e0 commit 4e17ad7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AuroraControlsMaui/PlatformUnderlayDrawable.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ public void PrepareForDisplay()
334334
if (addedView is not null)
335335
{
336336
addedView.Background = null;
337+
addedView.SetPadding(0, 0, 0, 0);
337338
}
338339

339340
if (addedView is TextView tv)

0 commit comments

Comments
 (0)