Project

General

Profile

Actions

Feature #367

closed

Switch About and Guide icons from PNG to SVG

Added by Soren Stoutner over 5 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Next Release
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.

Actions #1

Updated by Soren Stoutner almost 5 years ago

  • Priority changed from 3.x to Next Release
Actions #2

Updated by Soren Stoutner almost 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/

Actions #3

Updated by Soren Stoutner over 3 years ago

  • Priority changed from 3.x to Next Release
Actions #4

Updated by Soren Stoutner over 3 years ago

  • Status changed from New to Closed

This was implemented as part of https://redmine.stoutner.com/issues/368.

Actions

Also available in: Atom PDF