Fixes for handlers

This commit is contained in:
2026-01-24 01:53:26 +00:00
parent f4422d4af1
commit 0c2508d715
7 changed files with 218 additions and 25 deletions

View File

@@ -109,7 +109,8 @@ public class SkiaSearchBar : SkiaView
BackgroundColor = Colors.Transparent,
BorderColor = Colors.Transparent,
FocusedBorderColor = Colors.Transparent,
BorderWidth = 0
BorderWidth = 0,
VerticalTextAlignment = TextAlignment.Center
};
_entry.TextChanged += (s, e) =>