TizenRefApp-8226 Implement Contact and Calendar bubble items for conversation 57/120657/3
authorOleksander Kostenko <o.kostenko@samsung.com>
Thu, 23 Mar 2017 07:34:09 +0000 (09:34 +0200)
committerDenis Dolzhenko <d.dolzhenko@samsung.com>
Mon, 27 Mar 2017 07:00:01 +0000 (00:00 -0700)
commitfd79da2e650afe3c5739835fb23b2cb8ac256e85
tree20af92d5aff8b66f4ae961c45d71440e71d4ba8c
parent1c6c230e826abe762a827f75b056b5639a660e0a
TizenRefApp-8226 Implement Contact and Calendar bubble items for conversation

Change-Id: I11689c7478ed5c7e97ed79019c5dc3afdd9cb436
Signed-off-by: Oleksander Kostenko <o.kostenko@samsung.com>
17 files changed:
.cproject
inc/Resource.h
res/edje/conv_genlist_theme.edc
res/edje/images.edc
src/Conversation/Controller/inc/BubbleCalendarEntity.h [new file with mode: 0644]
src/Conversation/Controller/inc/BubbleContactEntity.h [new file with mode: 0644]
src/Conversation/Controller/inc/BubbleEntity.h
src/Conversation/Controller/inc/BubbleSubjectEntity.h [new file with mode: 0644]
src/Conversation/Controller/src/BubbleCalendarEntity.cpp [new file with mode: 0644]
src/Conversation/Controller/src/BubbleContactEntity.cpp [new file with mode: 0644]
src/Conversation/Controller/src/BubbleSubjectEntity.cpp [new file with mode: 0644]
src/Conversation/View/inc/BubbleIconTextLayoutItem.h [new file with mode: 0644]
src/Conversation/View/inc/BubbleSubjectViewItem.h [new file with mode: 0644]
src/Conversation/View/inc/BubbleTextViewItem.h
src/Conversation/View/src/BubbleIconTextLayoutItem.cpp [new file with mode: 0644]
src/Conversation/View/src/BubbleItemContainer.cpp
src/Conversation/View/src/BubbleSubjectViewItem.cpp [new file with mode: 0644]