c# - Change background color of ToolbarItems -
how change background color , text of toolbaritems? default color black , change how it?
<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
Post a Comment