Skip to main content

Notifications

Branding Template App V3

iAm_ManCat Profile Picture Posted by iAm_ManCat 18,052

(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.

image.png

 

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/

 

Home Screen 1 Newer.png

 

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 

]

Categories:

Mobile App Design and User Experience

Comments

*This post is locked for comments

  • Peter1411 Profile Picture Peter1411
    Posted at
    Branding Template App V3

    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?

     

    Peter1411_0-1710496291004.png

     

  • Peter1411 Profile Picture Peter1411
    Posted at
    Branding Template App V3

    Yes!!!!!

    That's what I was looking for.
    Thanks a lot

  • MichaGue Profile Picture MichaGue 235
    Posted at
    Branding Template App V3

    See my posting above.

  • MichaGue Profile Picture MichaGue 235
    Posted at
    Branding Template App V3

    You have to click on App (1) => OnStart (2) => and then search the code section (3) iAm_ManCat showed above.

    MichaGue_0-1710487604879.png

     

  • Peter1411 Profile Picture Peter1411
    Posted at
    Branding Template App V3

    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

    Peter1411_0-1710486502981.png

     

  • Peter1411 Profile Picture Peter1411
    Posted at
    Branding Template App V3

    As I mentioned, I am really a layman in this area....
    I cannot find that what you describe....
    Maybe mine attachment will help... Otherwise, unfortunately, I need a clearer description of where to edit this.

  • iAm_ManCat Profile Picture iAm_ManCat 18,052
    Posted at
    Branding Template App V3

    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:

    image.png

  • Peter1411 Profile Picture Peter1411
    Posted at
    Branding Template App V3

    So I mean customising these icons

  • Peter1411 Profile Picture Peter1411
    Posted at
    Branding Template App V3

    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

     

  • iAm_ManCat Profile Picture iAm_ManCat 18,052
    Posted at
    Branding Template App V3

    If you change anything that's referenced during the OnStart, that will affect the ThisTheme object that is set during the App.OnStart, which then makes everything black because it can't read the values from an invalid/uninitialized object.

    You need to re-run the App.OnStart to re-initialize the variable and it should all show fine after that 🙂