mulwidgets/mulcoverflowwidget/src/mulcovertemplate4.cpp
branchRCL_3
changeset 16 65e535be25c8
parent 0 e83bab7cf002
equal deleted inserted replaced
14:c377fbf92a12 16:65e535be25c8
   229 	{
   229 	{
   230 	// list of all component lct verity id.
   230 	// list of all component lct verity id.
   231 	int mainPaneVerityId = 1;
   231 	int mainPaneVerityId = 1;
   232 	int imagePaneVerityId = 6;
   232 	int imagePaneVerityId = 6;
   233 	int videoPaneVerityId = 0;
   233 	int videoPaneVerityId = 0;
   234 	int counterPaneVerityId = 6;
   234 	int counterPaneVerityId = 8;
   235 	if(AknLayoutUtils::CbaLocation() == AknLayoutUtils::EAknCbaLocationRight)
       
   236 	    {
       
   237 	    counterPaneVerityId = 8;
       
   238 	    }
       
   239 	
   235 	
   240 	CAlfVisual* main = mData->mBaseElement->findVisual(KMainLayoutIndex);        
   236 	CAlfVisual* main = mData->mBaseElement->findVisual(KMainLayoutIndex);        
   241 	CAlfLayout* prntLay = main->Layout();
   237 	CAlfLayout* prntLay = main->Layout();
   242 	TSize main_size = prntLay->Size().Target().AsSize();
   238 	TSize main_size = prntLay->Size().Target().AsSize();
   243 	TAknWindowLineLayout componentLayout;
   239 	TAknWindowLineLayout componentLayout;