Merge "[Genlist] Add _elm_genlist_item_odd_even_update. elm_genlist now use edje...
authorJung Chanwook <joey.jung@samsung.com>
Fri, 17 Feb 2012 06:24:48 +0000 (15:24 +0900)
committerGerrit Code Review <gerrit2@localhost>
Fri, 17 Feb 2012 06:24:48 +0000 (15:24 +0900)
commitb3bb96d73a9df3daacd0cdaab306834fa144b3bd
treed1a0d80b12f5259c5fd8a3ab0d9beb6b891818f3
parent96909b62c1f870f24fe7b14893737881c5b3d453
parent52136f68ccfc282ab119e7bf6ae863b8652ce6c6
Merge "[Genlist] Add _elm_genlist_item_odd_even_update. elm_genlist now use edje signal for even/odd state. NOTE: if you want to implement even/odd in your theme you know need to listen to both signal : elm,state,odd from elm / elm,state,even from elm. If you set data of stacking_even to above of you item group it will raise the even object above the odd one (that's the default behaviour). You could also explicitly active/deactivate the stacking by setting data of stacking to no. Default is yes."