06-25-2012 04:35 PM
Some of the sample apps and various BB10 screenshots seem to make use of standad all-white icons for things like:
- Share
- Edit
- Delete
- Add
- etc.
These icons are used it tabs, action items, menus, etc.
Is there a place where these are documented and made available, and are we allowed/expected to use these same icons in our apps?
Solved! Go to Solution.
06-26-2012 03:37 AM
06-26-2012 05:47 AM
There is currently no way to access a set of default icons. For (a bit) more information you might want to look at this thread: http://supportforums.blackberry.com/t5/Cascades-De
07-10-2012 10:39 PM
Here are a few icons I've made:
http://bb10dev.net/document.pl?mode=Display&Docume
Of most interest to people is probably the delete icon which I modeled after a screenshot of the BB10 pictures app.
10-13-2012 01:54 PM
Seriously, bb10 doesn't provide a way to get standard icons ? I can't believe it , RIM is not so dummy !
I m gonna try to find them and share with you
10-14-2012 01:08 AM
For deletions there is actually a subclass of ActionItem called DeleteActionItem that automatically adds the icon for you and adds the item to the bottom of the list of actions. For an example look at QuotePage.qml in the quotes sample app.
10-14-2012 02:58 AM
there's a feature request submitted by me some time ago
https://www.blackberry.com/jira/browse/BBTEN-178
please vote for it
10-14-2012 05:19 AM
I found this link, which provide icon set for free ( for non-commercial use)
10-14-2012 05:47 AM
dridk wrote:
I found this link, which provide icon set for free ( for non-commercial use)
I cannot use this because I'm working on Open Source Projects under Apache License,
so all my stuff can be used in commercial and non-comemrcial apps
---
My workaround yet:
Using Android 4 ActionBar IconSet, xhdpi, adding some transparent pixels around to get Cascades 81x81 Pixelsize for ActionBar / ContextMenu / Tabs
you can watch this video to see how it looks like: http://vimeo.com/ekkescorner/ods-preview2
sources available at: https://github.com/blackberry/opendataspace-cascad
10-14-2012 10:32 AM
There is a really nice free icon set available from Syncfusion at https://www.syncfusion.com/downloads/metrostudio Technically these are designed for Windows 8, but the icons have a similar feel to those in BlackBerry10. It also has some built in tools for whatever resizing may be required...