Add action menu view 11/46211/4
authorjinwoo.shin <jw0227.shin@samsung.com>
Tue, 18 Aug 2015 05:28:33 +0000 (14:28 +0900)
committerjinwoo.shin <jw0227.shin@samsung.com>
Wed, 19 Aug 2015 04:18:29 +0000 (13:18 +0900)
commit94978098d7df5e96124991057db50350199def3c
tree9dd436cd2a376ca3dbac4082dd4c8d3eef1f754f
parenta88f3c59fa59462d55da505c11d7ae97b5ff8c40
Add action menu view

Change-Id: I2003259bdb25f2d3b3dc7e333f4bbeab59c9c0ab
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
25 files changed:
CMakeLists.txt
data/live-tv-theme.edc
data/live-tv.edc
data/view/action_menu.edc [new file with mode: 0644]
data/widget/button.edc [new file with mode: 0644]
include/define.h
include/strings.h
include/util.h
include/view.h
res/images/btn_menu_favorite_dis.png [new file with mode: 0644]
res/images/btn_menu_favorite_foc.png [new file with mode: 0644]
res/images/btn_menu_favorite_nor.png [new file with mode: 0644]
res/images/btn_menu_favorite_sel.png [new file with mode: 0644]
res/images/btn_menu_lock_dis.png [new file with mode: 0644]
res/images/btn_menu_lock_foc.png [new file with mode: 0644]
res/images/btn_menu_lock_nor.png [new file with mode: 0644]
res/images/btn_menu_lock_sel.png [new file with mode: 0644]
res/images/btn_menu_unlock_dis.png [new file with mode: 0644]
res/images/btn_menu_unlock_foc.png [new file with mode: 0644]
res/images/btn_menu_unlock_nor.png [new file with mode: 0644]
res/images/btn_menu_unlock_sel.png [new file with mode: 0644]
src/main.c
src/tv.c
src/util.c
src/view_action_menu.c [new file with mode: 0644]