[WorldclockView] Read delete/reorder list item as one object 06/120906/4 submit/tizen/20170330.115133
authorKamil Lipiszko <k.lipiszko@samsung.com>
Fri, 24 Mar 2017 14:56:26 +0000 (15:56 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Tue, 28 Mar 2017 13:01:53 +0000 (06:01 -0700)
commit23c05133571c85e5fda441627a16879fcec13a7c
treee835582ac961c71d383e30befc56cee388c46362
parente75cb49c3730b2f9f13066eda44b63f379ec872f
[WorldclockView] Read delete/reorder list item as one object

Previously label of time and meridiem were created on their own
and pushed into the swallow part of the items layout. It caused
screen reader frame focus at the beginning on the whole item,
next on the checkbox and again on the time label and am/mp label.
This kind of behaviour was missleading and I've moved those labels
into edc textblocks the same way as did it in worldclock view in
location list.

Change-Id: I235da09066f85895ae0db5f1b69168169883fa81
clock/inc/View/WorldClockDeleteItemsView.h
clock/inc/View/WorldClockReorderView.h
clock/res/edje/WorldClockDeleteReorderList.edc
clock/src/View/WorldClockDeleteItemsView.cpp
clock/src/View/WorldClockReorderView.cpp