diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-12-27 10:30:50 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-29 01:16:23 +0900 |
commit | 56d959f733c5d762617a2b4665524f4f77eb82f2 (patch) | |
tree | 8869311a94e4e42d0c100f9bb7d7a6cd340308fd /mobile-widgets/qml/mobile-resources.qrc | |
parent | 5c0b864a554ca60b069db52b62352bd34b98792d (diff) | |
download | subsurface-56d959f733c5d762617a2b4665524f4f77eb82f2.tar.gz |
mobile UI: add support and account icons
These were again copied from the material design icon set and will be used to
differentiate the various help topics.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index a4ed885ae..9a162b2dd 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -49,8 +49,10 @@ <qresource> <!-- ********** icons ********** --> + <file>icons/account_circle.svg</file> <file>icons/Blue_gps.svg</file> <file>icons/cloud_sync.svg</file> + <file>icons/contact_support.svg</file> <file>icons/Dark_gps.svg</file> <file alias="icons/downloadDC.svg">icons/button-download-dc_icon.svg</file> <file alias="icons/downloadDC-black.svg">icons/button-download-dc-black_icon.svg</file> |