c# - Change background color of ToolbarItems -


how change background color , text of toolbaritems? default color black , change how it?

click here see example image

<contentpage.toolbaritems>     <toolbaritem order="secondary" icon="morevert.png" text="atualizar" command="{binding atualizar}"/>     <toolbaritem order="secondary" text="ajuda" command="{binding ajuda}"/>     <toolbaritem order="secondary" text="sair" command="{binding sair}"/> </contentpage.toolbaritems> 

try in navigationpage:

        barbackgroundcolor = color.black;         bartextcolor = color.white; 

edited

i sorry. can apply style android app within android project. easy way generate style take @ android style generator. must create style , use in app. how use - read article.


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -