TizenRefApp-4984 Implement Navibar-class 38/51638/4
authorDmytro Dragan <dm.dragan@samsung.com>
Wed, 11 Nov 2015 14:06:06 +0000 (16:06 +0200)
committerDmytro Dragan <dm.dragan@samsung.com>
Thu, 12 Nov 2015 09:53:24 +0000 (11:53 +0200)
commita4b2782a5d107afe37332580bf0a2ed1eb873eec
treec20eb38ee612dff7789b15cc9bc9ef979e387a2d
parentf6c0c720171d389429c5cd050b6f84850e0ce9f7
TizenRefApp-4984 Implement Navibar-class

Change-Id: I1d345cfb0d1d6bc2e151fd1e9e1ec5c7bcc8ae27
Signed-off-by: Dmytro Dragan <dm.dragan@samsung.com>
19 files changed:
edje/images/core_icon_back.png [new file with mode: 0644]
edje/images/core_icon_expand_close.png [new file with mode: 0644]
edje/images/core_icon_expand_open.png [new file with mode: 0644]
res/edje/button_theme.edc
src/Common/Controller/inc/FrameController.h
src/Common/Controller/src/FrameController.cpp
src/Common/Utils/inc/TextDecorator.h
src/Common/Utils/src/TextDecorator.cpp
src/Common/View/inc/NaviFrameItem.h
src/Common/View/inc/View.h
src/Common/View/src/NaviFrameItem.cpp
src/Common/View/src/NaviFrameView.cpp
src/Conversation/Controller/src/Conversation.cpp
src/MsgThread/Controller/src/MsgThread.cpp
src/MsgThread/Controller/src/MsgThreadSearch.cpp
src/Settings/Controller/src/MsgOnSimCard.cpp
src/Settings/Controller/src/Settings.cpp
src/Viewer/Controller/src/Viewer.cpp
test/TC/TestTextDecorator.cpp