-
Notifications
You must be signed in to change notification settings - Fork 17
Badges
coolstar edited this page Dec 23, 2014
·
7 revisions
Anemone supports theming badges on the home screen.
In the SpringBoard bundle (com.apple.springboard), Anemone checks for SBBadgeBG(@2x/@3x).png. If found, Anemone will load that image as the badge background instead of letting iOS render it as a solid red color.
SpringBoard loads badges from SBBadgeBG(@2x/@3x).png. Simply add this image to your theme to theme badges.
To your Info.plist, add the key "BadgeSettings". You may then use the standard Label Settings Keys to theme the badge labels.
To be done.