Closed enisn closed 2 months ago
Resolves https://github.com/enisn/UraniumUI/issues/775
<StackLayout Spacing="10"> <material:TextField BorderColor="DarkGoldenrod" AccentColor="Yellow" InputBackgroundColor="Black" Title="Username" Keyboard="Default" AutomationId="Login" /> <material:TextField BorderColor="Green" AccentColor="Red" InputBackgroundColor="White" Title="Some other field" Keyboard="Default" /> <material:TextField BorderColor="DarkGoldenrod" AccentColor="Yellow" InputBackgroundColor="Black" Title="Password" Keyboard="Default" IsPassword="True" AutomationId="Password" /> </StackLayout>
Resolves https://github.com/enisn/UraniumUI/issues/775