textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutrootctrl.cpp
branchRCL_3
changeset 9 e6a39382bb9c
parent 7 6defe5d1bd39
child 12 5e18d8c489d6
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
   863 	TAknsQsnOtherColorsIndex clrIndex;
   863 	TAknsQsnOtherColorsIndex clrIndex;
   864     clrIndex = EAknsCIQsnOtherColorsCG9;
   864     clrIndex = EAknsCIQsnOtherColorsCG9;
   865 
   865 
   866     if ( AknsUtils::AvkonSkinEnabled() )
   866     if ( AknsUtils::AvkonSkinEnabled() )
   867         {
   867         {
   868         AknsUtils::GetCachedColor( AknsUtils::SkinInstance(),
   868         AknsUtils::GetCachedColor( UiLayout()->SkinInstance(),
   869                                penCor, KAknsIIDQsnTextColors, clrIndex );
   869                                penCor, KAknsIIDQsnTextColors, clrIndex );
   870         }
   870         }
   871 
   871 
   872   	DrawBackgroundToDevice(aFrameRect,BitmapDevice(),0,TRgb(KRgbWhite),penCor,EFalse);
   872   	DrawBackgroundToDevice(aFrameRect,BitmapDevice(),0,TRgb(KRgbWhite),penCor,EFalse);
   873 	    
   873