-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images for feed categories - new set and missing ones #244
Conversation
Images for categories missing from code · Issue #240 · seblucas/cops - #240 New set of images created. 64*64 px Tested on Android on light and dark backgrounds Color used: Color Hex #607b8b Light Sky Blue 4 - http://www.color-hex.com/color/607b8b Images are created from flaticon.com You can make new ones online from this links: http://www.flaticon.com/free-icon/user-silhouette_64096 http://www.flaticon.com/free-icon/books-piled-_14184 http://www.flaticon.com/free-icon/buildings_34271 http://www.flaticon.com/free-icon/signing-the-contract_66720 http://www.flaticon.com/free-icon/seo-tags_15564 http://www.flaticon.com/free-icon/abc-book_73353 http://www.flaticon.com/free-icon/small-wall-clock_3921 Creative Commons BY 3.0 Copyright notice for flaticon.com and freepik.com included in Cops (required by icons tool)
@@ -418,7 +418,8 @@ class Entry | |||
Book::ALL_RECENT_BOOKS_ID => 'images/recent.png', | |||
Tag::ALL_TAGS_ID => 'images/tag.png', | |||
Language::ALL_LANGUAGES_ID => 'images/language.png', | |||
CustomColumn::ALL_CUSTOMS_ID => 'images/tag.png', | |||
CustomColumn::ALL_CUSTOMS_ID => 'images/custom.png', | |||
"cops:rating$" => 'images/rating.png', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That strange I tried to replace this line by Rating::ALL_RATING_ID => 'images/rating.png'
and it seems to work fine
I made some remarks, once you test the change I propose, I'll merge it. Thanks ! |
Icons now working on rating details
Fixed and working: star icons now show on rating details page too. |
Thanks |
Images for feed categories - new set and missing ones
Images for feed categories - new set and missing ones
Images for categories missing from code · Issue #240 · seblucas/cops -
#240
New set of images created. 64*64 px
Tested on Android on light and dark backgrounds
Color used:
Color Hex #607b8b Light Sky Blue 4 -
http://www.color-hex.com/color/607b8b
Images are created from flaticon.com
You can make new ones online from this links:
http://www.flaticon.com/free-icon/user-silhouette_64096
http://www.flaticon.com/free-icon/books-piled-_14184
http://www.flaticon.com/free-icon/buildings_34271
http://www.flaticon.com/free-icon/signing-the-contract_66720
http://www.flaticon.com/free-icon/seo-tags_15564
http://www.flaticon.com/free-icon/abc-book_73353
http://www.flaticon.com/free-icon/small-wall-clock_3921
Creative Commons BY 3.0 Copyright notice for flaticon.com and
freepik.com included in Cops (required by icons tool)
Actual look on Android:
![screenshot_2016-01-13-20-01-48](https://cloud.githubusercontent.com/assets/3055443/12306250/afbad066-ba30-11e5-8512-688685d5f607.png)
Light background / big icons (sized by the app Moon+reader)
Dark background / small icons (sized by the app FBReader)
![screenshot_2016-01-13-14-19-26 - copia](https://cloud.githubusercontent.com/assets/3055443/12306030/960f2e42-ba2f-11e5-9f8a-b20d7f02cf5a.png)
Note: I was not able to make the rating detail page to also use the icons.
(as discussed in #240 (comment) )