diff options
author | Matt Porter <mporter@konsulko.com> | 2018-05-21 11:54:33 -0400 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2018-05-22 11:34:53 +0000 |
commit | 14b2f421da514a3d8584f7983884a9027ac06cbb (patch) | |
tree | d813469bfcbb353c4d3ba919804c9cbef41bbc8b /app/images/ic_schedule_48px.svg | |
parent | 87c3378a8b716b896ca0cb72ccfb2e13f748058a (diff) |
phone: add tabbed view
Adds support for a tabbed view of contacts, recent call,
and the dialpad. This adjusts the UI to look more like a
modern mobile phone app. The same models populate the
contacts view and the recent call view as before with
the latter being a more useful full screen list. The recent
call history also includes type of call information (missed,
incoming, outgoing) and the UI displays icons accordingly
to indicate type of call that occured as well as a time
stamp. For now, the icons are placeholders but will be
replaced by icons design to match the AGL look and feel.
Bug-AGL: SPEC-1435
Change-Id: I521155a11208e92ece83f20f7f3dd643deb92099
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'app/images/ic_schedule_48px.svg')
-rw-r--r-- | app/images/ic_schedule_48px.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/images/ic_schedule_48px.svg b/app/images/ic_schedule_48px.svg new file mode 100644 index 0000000..ce72e77 --- /dev/null +++ b/app/images/ic_schedule_48px.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M23.99 4C12.94 4 4 12.95 4 24s8.94 20 19.99 20C35.04 44 44 35.05 44 24S35.04 4 23.99 4zM24 40c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16zm1-26h-3v12l10.49 6.3L34 29.84l-9-5.34z"/></svg>
\ No newline at end of file |