Actions
Feature #367
closedSwitch About and Guide icons from PNG to SVG
Start date:
01/04/2019
Due date:
% Done:
0%
Estimated time:
Description
This should save a little bit of space. It should also be possible to use one icon for both light and dark themes and use a tint control.
Updated by Soren Stoutner over 5 years ago
- Priority changed from 3.x to Next Release
Updated by Soren Stoutner over 5 years ago
- Priority changed from Next Release to 3.x
It is possible to display SVG images in WebView using <img class="icon" src="../shared_images/add.svg">, which works all the way back to API 19, but it isn't possible to modify the fill of the SVG file using this method.
Other methods, like <svg><use href="../shared_images/add.svg"></use></svg>, just paint an empty box in WebView.
I think I will wait and see what happens with WebView's new dark mode before proceeding. https://9to5google.com/2019/02/19/android-chrome-webview-web-dark-mode/
Updated by Soren Stoutner over 4 years ago
- Priority changed from 3.x to Next Release
Updated by Soren Stoutner about 4 years ago
- Status changed from New to Closed
This was implemented as part of https://redmine.stoutner.com/issues/368.
Actions