This is a migrated thread and some comments may be shown as answers.

Icons have changed in latest release of Graphite

3 Answers 10 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Stewart
Top achievements
Rank 1
Stewart asked on 06 Nov 2013, 09:43 AM
Hello,

I have been using the default KendoUI icons as documented @ http://docs.kendoui.com/getting-started/mobile/icons - however, since the recent update of Graphite (v1.9) the iconset appears to have changed. See the attachment for how the icons now look on my app; from the left these are "recents", "organize", "contacts", "about" and "delete" - which are not how they look on http://docs.kendoui.com/getting-started/mobile/icons !!

What's going on; how can I fix this, please?

BTW, I apologise that I cannot give the specific version of Graphite that I am using, I can't find the version number anywhere - how do I do that?

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 08 Nov 2013, 03:38 PM
Hi Stewart,

The new Icenium graphite includes iOS 7 support and naturally the Kendo UI theme used by default is iOS 7. The new icons you see are the ones from the new ios7 theme. If you wish to revert back to your old app look, this could easily be accomplished by specifying platform in the Kendo UI app initialization i.e.:

var app = new kendo.mobile.Application(document.body, { statusBarStyle: statusBarStyle, platform: "ios" });

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Stewart
Top achievements
Rank 1
answered on 08 Nov 2013, 05:23 PM
OK, thanks, that worked, but changed the entire style of the app, which is not what I want, I just wanted the old style icons. Is that possible or not?
0
Steve
Telerik team
answered on 11 Nov 2013, 08:10 AM
Hello Stewart,

That should not be the case. Have you upgraded Kendo UI in your project to the latest version available in Icenium? If you haven't please upgrade following the instructions from this help article: Update the Code Libraries in Your Project. If you're still having problems, please let us know the name of your app and provide screenshots how it used to look before and after the Icenium update.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
AppBuilder Windows client
Asked by
Stewart
Top achievements
Rank 1
Answers by
Steve
Telerik team
Stewart
Top achievements
Rank 1
Share this question
or