equal
deleted
inserted
replaced
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 |