javauis/lcdui_akn/lcdui/src/CMIDItemLabel.cpp
branchRCL_3
changeset 19 71c436fe3ce0
parent 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
18:9ac0a0a7da70 19:71c436fe3ce0
   470     // Label should have proper color. This color is obtained from skin.
   470     // Label should have proper color. This color is obtained from skin.
   471     MAknsSkinInstance* skin = AknsUtils::SkinInstance();
   471     MAknsSkinInstance* skin = AknsUtils::SkinInstance();
   472     if (skin)
   472     if (skin)
   473     {
   473     {
   474         AknsUtils::GetCachedColor(skin, iDefaultColor, KAknsIIDQsnTextColors,
   474         AknsUtils::GetCachedColor(skin, iDefaultColor, KAknsIIDQsnTextColors,
   475                                   EAknsCIQsnTextColorsCG8);
   475                                   EAknsCIQsnTextColorsCG6);
   476         iColor = iDefaultColor;
   476         iColor = iDefaultColor;
   477     }
   477     }
   478 
   478 
   479     iPictographInterface = CAknPictographInterface::NewL(*this, *this);
   479     iPictographInterface = CAknPictographInterface::NewL(*this, *this);
   480     UpdateMargins();
   480     UpdateMargins();