xamarin - BackgroundImage when using MasterDetailPage -


i have contentpage, such this:

<contentpage xmlns="http://xamarin.com/schemas/2014/forms"     xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"     x:class="xxxxxx"     title="title"     backgroundimage="bg_app.png"     padding="5"> 

when use page directly in app.current.mainpage backgroundimage appears... but, when use same page in masterdetailpage.detail, background image don't works...

when set masterdetailpage.backgroundimage property... backgroundimage don't work too.

any sugestions?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -