diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-09-16 01:09:39 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-09-16 21:43:40 -0700 |
commit | e3f113d6f0f8c86edd908e0754d5095fcd86096e (patch) | |
tree | 6f351e112b6a7a322581dbabf9b6bf22f8bad80a /app/images/images.qrc | |
parent | 4d000274def4167967ae3ccec130e66a167ecc34 (diff) |
messaging: change application to pages format
Allow multiple pages in application for various functions
(e.g. notifications/alerts, message threads, compose message)
TODO: Change from placeholder phone applicaion icons
Bug-AGL: SPEC-2566
Change-Id: Ic2759716f47f75f43f775a98c44f447989c2e30f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/images/images.qrc')
-rw-r--r-- | app/images/images.qrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/images/images.qrc b/app/images/images.qrc new file mode 100644 index 0000000..2a3d89d --- /dev/null +++ b/app/images/images.qrc @@ -0,0 +1,10 @@ +<RCC> + <qresource prefix="/images"> + <file>ic_contacts_48px.svg</file> + <file>ic_schedule_48px.svg</file> + <file>ic_dialpad_48px.svg</file> + <file>ic_call_missed_48px.svg</file> + <file>ic_call_received_48px.svg</file> + <file>ic_call_made_48px.svg</file> + </qresource> +</RCC> |