Here is the main.xml Code:
`
<x:StatusBar ios:barStyle="light" android:barStyle="#f05b72" />
<StackLayout>
<Image src="~/views/imageSource/login.png" />
<Button tap="jump" text="mainButton" class="mainButton" id="mainButton">
</Button>
</StackLayout>
`
Here is the main.css Code:
Button { margin-top: 50pt; height: 70px; background-color: #d71345; width: 85%; border-radius: 35; border-width: 0.1; color:#ffffff; }
but the Button text is not showing white.
Reactions are currently unavailable
Here is the main.xml Code:
`
<x:StatusBar ios:barStyle="light" android:barStyle="#f05b72" /> <StackLayout> <Image src="~/views/imageSource/login.png" /> <Button tap="jump" text="mainButton" class="mainButton" id="mainButton"> </Button> </StackLayout>`
Here is the main.css Code:
Button { margin-top: 50pt; height: 70px; background-color: #d71345; width: 85%; border-radius: 35; border-width: 0.1; color:#ffffff; }
but the Button text is not showing white.