diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-02-22 15:23:24 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | 0720e74c1afc5cbd51593db08add58bc277213c8 (patch) | |
tree | 9cd6980e31d808f8f3483159fa2a11993ca13fd1 /mobile-widgets/qml/mobile-resources.qrc | |
parent | 0683d97636647f75c10aa9150e1ca8f2ab992a95 (diff) | |
download | subsurface-0720e74c1afc5cbd51593db08add58bc277213c8.tar.gz |
mobile UI: six new icons
I will (mis)use these for moving dives out of trips and to the trip above or
below and of course for undo/redo. And the weirdest one is the 'local offer'
icon that seemed a reasonably good fit to edit trip details.
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index 5272862ef..f7075556b 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -59,11 +59,14 @@ <!-- ********** icons ********** --> <file>icons/account_circle.svg</file> <file>icons/Blue_gps.svg</file> + <file>icons/chevron_left.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> + <file>icons/expand_less.svg</file> + <file>icons/expand_more.svg</file> <file>icons/ic_adb.svg</file> <file>icons/ic_add.svg</file> <file>icons/ic_add_location.svg</file> @@ -83,9 +86,12 @@ <file>icons/ic_star_border.svg</file> <file>icons/ic_sync.svg</file> <file>icons/Pink_gps.svg</file> + <file>icons/redo.svg</file> <file>icons/sigma.svg</file> + <file>icons/undo.svg</file> <file alias="icons/ic_filter_list.svg">icons/ic_filter_list_24px.svg</file> <file alias="icons/ic_sort.svg">icons/ic_sort_24px.svg</file> + <file alias="icons/trip_details.svg">icons/local_offer.svg</file> <!-- ********** kirigami icons ********** --> <file alias="icons/application-menu.svg">kirigami/icons/application-menu.svg</file> |