textinput/peninputhwrfscn/src/peninputhwrfscnfunctionpanel.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 0 eb1f2e154e89
equal deleted inserted replaced
8:6ceef9a83b1a 10:6defe5d1bd39
   323     iVkbCtrl = CPeninputVkbCtrlExt::NewL( SymbolTableRect(), 
   323     iVkbCtrl = CPeninputVkbCtrlExt::NewL( SymbolTableRect(), 
   324         iLayout, 
   324         iLayout, 
   325         EHwrCtrlIdSymbolTableVkb,
   325         EHwrCtrlIdSymbolTableVkb,
   326         font );
   326         font );
   327         
   327         
   328     //This modification is for EVWG-7VW2Z7, change another smaller layout font 
   328     //This modification is for change another smaller layout font 
   329     TAknTextLineLayout keypadText =
   329     TAknTextLineLayout keypadText =
   330 		//AknLayoutScalable_Avkon::cell_hwr_fs_pane_t1().LayoutLine();  
   330 		//AknLayoutScalable_Avkon::cell_hwr_fs_pane_t1().LayoutLine();  
   331         AknLayoutScalable_Avkon::cell_vkb_candidate_pane_t1().LayoutLine();
   331         AknLayoutScalable_Avkon::cell_vkb_candidate_pane_t1().LayoutLine();
   332     //Modification for EVWG-7VW2Z7 end  
   332     //Modification for end  
   333     iVkbCtrl->SetTextLineLayout(keypadText);
   333     iVkbCtrl->SetTextLineLayout(keypadText);
   334 	iVkbCtrl->SetKeyTextColorGroup( EAknsCIQsnTextColorsCG60 );
   334 	iVkbCtrl->SetKeyTextColorGroup( EAknsCIQsnTextColorsCG60 );
   335 	iVkbLayout = CAknFepCtrlVkbLayout::NewL();
   335 	iVkbLayout = CAknFepCtrlVkbLayout::NewL();
   336     // Add VKB control to the VKB layout
   336     // Add VKB control to the VKB layout
   337     iVkbLayout->SetVkbKeyboard( iVkbCtrl );
   337     iVkbLayout->SetVkbKeyboard( iVkbCtrl );
   706             }
   706             }
   707 		}	
   707 		}	
   708 	iVkbCtrl->SetRect( SymbolTableRect() );
   708 	iVkbCtrl->SetRect( SymbolTableRect() );
   709     iVkbCtrl->SetFont( font );
   709     iVkbCtrl->SetFont( font );
   710     
   710     
   711     //This modification is for EVWG-7VW2Z7, change another smaller layout font 
   711     //This modification is for change another smaller layout font 
   712     TAknTextLineLayout keypadText =
   712     TAknTextLineLayout keypadText =
   713 		//AknLayoutScalable_Avkon::cell_hwr_candidate_pane_t1().LayoutLine();
   713 		//AknLayoutScalable_Avkon::cell_hwr_candidate_pane_t1().LayoutLine();
   714         AknLayoutScalable_Avkon::cell_vkb_candidate_pane_t1().LayoutLine();
   714         AknLayoutScalable_Avkon::cell_vkb_candidate_pane_t1().LayoutLine();
   715     //Modification for EVWG-7VW2Z7 end
       
   716     iVkbCtrl->SetTextLineLayout(keypadText);
   715     iVkbCtrl->SetTextLineLayout(keypadText);
   717     }
   716     }
   718 
   717 
   719 // -----------------------------------------------------------------------------
   718 // -----------------------------------------------------------------------------
   720 // CPeninputHwrfscnFunctionPanel::MoreFuncBtnGroupRect()
   719 // CPeninputHwrfscnFunctionPanel::MoreFuncBtnGroupRect()