How to change application icons in Lomiri UI
-
Hi everyone,
I am working on https://gitlab.com/ubports/development/core/lomiri and I want to change the application icons like camera app icon and calendar app icon and all the related fields but I cannot find where are they?
Can anyone guide me regarding this?
Thanks
-
@iqrajaved said in How to change application icons in Lomiri UI:
Hi everyone,
I am working on https://gitlab.com/ubports/development/core/lomiri and I want to change the application icons like camera app icon and calendar app icon and all the related fields but I cannot find where are they?
Can anyone guide me regarding this?
Thanks
All apps icons are in their respective repository:
For camera-app: https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/blob/main/assets/lomiri-camera-app.svg
For Calendar: https://gitlab.com/ubports/development/apps/lomiri-calendar-app/-/blob/main/assets/lomiri-calendar-app@30.png
-
@lduboeuf So from where they are being shown in the lomiri UI repo?
-
@iqrajaved said in How to change application icons in Lomiri UI:
@lduboeuf So from where they are being shown in the lomiri UI repo?
Ah you mean thoose that are shown when doing eg
make tryShell
?If so in the test folder: https://gitlab.com/ubports/development/core/lomiri/-/tree/main/tests/graphics/applicationIcons?ref_type=heads
-
@iqrajaved ah maybe you ask what component displays them.
Search forLauncher
orDrawer
?.