TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Logesh Palani
185
10k
1.9m
Xaml page code correct but not viewed
Apr 12 2017 2:48 PM
Am creating Xaml application code are correct but run on Android device but only viewed on blank page
how to solve this??????
<
StackLayout
HorizontalOptions
=
"FillAndExpand"
>
<
StackLayout.BackgroundColor
>
<
OnPlatform
x:TypeArguments
=
"Color"
Android
=
"#51COD4"
iOS
=
"51COD4"
WinPhone
=
"51COD4"
>
</
OnPlatform
>
</
StackLayout.BackgroundColor
>
<
ContentPage.BackgroundColor
>
<
Label
Text
=
"Welcome to Xamarin Forms!"
VerticalOptions
=
"Center"
HorizontalOptions
=
"Center"
/>
<
Slider
VerticalOptions
=
"FillAndExpand"
>
</
Slider
>
</
ContentPage.BackgroundColor
>
</
StackLayout
>
Reply
Answers (
2
)
Xaml page backgronud color not displayed why???
Please send to me xaml page navigation link