Icon naming #43
-
I was wondering how icons filenames work exactly since I can't seem to find infos on Candybar Wiki unfortunately. For instance, I though double underscore would show next letter as capital in app's icon preview (you__tube -> YouTube) or would I need to edit bodyboard_icon_name_replacer.xml? Same with lowercase at beginning of filename. How would you name your file to show as let's say "iMessage"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
CandyBar supports setting different name to show in the dashboard icon viewer. But you won't have to edit the original file name. You can just use the Example - <item drawable="youtube" name="YouTube" /> In this case I would update the wiki later to include this. |
Beta Was this translation helpful? Give feedback.
CandyBar supports setting different name to show in the dashboard icon viewer. But you won't have to edit the original file name. You can just use the
name
attribute on anyitem
ofdrawable.xml
.Example -
In this case
youtube
icon would show up asYouTube
I would update the wiki later to include this.