I am a begginer. pls help me.
I want to show star.png in my title icon..
in compilation, app is working fine,
when i export the app, title icons are not showing.
which path should i give for asset files?
I am a begginer. pls help me.
I want to show star.png in my title icon..
in compilation, app is working fine,
when i export the app, title icons are not showing.
which path should i give for asset files?
İ think you should use material icons as titlebar icon by input the icon name only as text
I am using material icons. and using icon name as text but still.. problem is not solved..
see this screenshot - https://imgur.com/a/h5yXGv4
I think because the copanion shows the icons even if you put the add title bar icon block to Screen1.initialise. Use the Menu.initialise command, then add a title bar icon with the image “star.png” not “/assests/star.png”
menu initialise command works.. Thank u so much