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

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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -