09-17-2019 17:24 PM - last edited 05-19-2024 07:57 AM
(if you downloaded this before Mar 19th 2024, please re-download!)
[Edit: fixed the component errors introduced by Power Apps team through new settings]
This template will allow you to customize your theming (down to the control-level), and allows you to theme items that are not currently possible within the normal Power Apps Editor!
There are also accessibility tools available within it that allow you to change your theme to an accessible theme or to change your font size on-the-fly.
If you want to read the full write-up on V3 of my Power Apps branding template, please feel free to view this on my site (although reading that is not required to download it at the bottom of this post, I do recommend it!):
https://www.iammancat.dev/2022/01/power-apps-branding-template-v3/
If you just want to download the template, you can download it at the bottom of this article 🙂
Cheers,
Sancho Harker (iAm_ManCat)
[
If you want to edit your existing App to do granular edits to the .json files inside, extract it to a folder, do your editing, and then run the following powershell script (within this repository) from within that extracted folder after you've done modifications, which will reconstitute it into a .msapp file:
https://github.com/iAmManCat/PowerApps-Branding-Template/tree/master/V3
]
@iAm_ManCat |
My blog |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Yes!!! that helped.... thank you.
How can I change the icons in Homescreen, for example.
Aeroplane I want to change to a ...
same for other Icons
thank you very much for your help
Oh ok, yeah not a problem, You can change the icon used in the same place where you edit the name, which is near the lower parts of the App.OnStart:
@iAm_ManCat |
My blog |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Hi all,
As you can see, ScreenNavigation is not in my list...Neither is App.Onstart by the way....
Can you possibly help me further.
Thank you very much for your patience
You have to click on App (1) => OnStart (2) => and then search the code section (3) iAm_ManCat showed above.
Really thanks everyone who is helping me with this
now have the following...
Have copied one of the examples 4x and changed the names including the icons.
So far all good.
Now I want to delete some things.... and then immediately get an error message.
Apparently I can't click and delete the item by button... which is possible with other things.
Can someone please tell me what I am doing wrong?