Tizen icon design
jonmulcahy
Member, Sous Chef Posts: 10,408
For those of you unaware, the Tizen home screen has a different style icon than iOS or Android. I was testing my game and as you can see it sticks out like a sore thumb. I suggest you take that into consideration when publishing you apps.
Comments
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
https://developer.tizen.org/documentation/ux-guide/visual-style/icons
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Like Balls? Then click here! We've 100 coming soon
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
How big you made this circle? I can see they want 117x117 icon size, but you make the actual circle 117x117, or it should be smaller?
I took my 512 icon and put a 508px diameter circle in the middle, which left the required 2px border (https://developer.tizen.org/documentation/ux-guide/visual-style/icons)
I uploaded that icon to both the publishing page and tizen store. I made a quick photoshop template you can use, just drop your icon file in the layer group and the mask will take care of the rest.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
When you open the tizen ide to build the package
on left in project explorer drop down your game folder
--->right click config .xml ---> open
---.icon browse ---> select file ---> check "apply circular shape"
---> ok
give it a try
Hope Helps