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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -