Hi
I need to change the signal and battery pane skin.
Does anyone know how to do it?
Regards,
Noam
Hi
I need to change the signal and battery pane skin.
Does anyone know how to do it?
Regards,
Noam
You can experiment with MAknsSkinInstance::SetLocalItemDefL, however according to other threads it does not work for every possible element.
Hi
I tried:
CAknsItemDef* bgItemDef1 = AknsUtils::CreateBitmapItemDefL(KAknsIIDQsnBgAreaStatus, _L("\\resource\\apps\\skin.mbm"), EMbmSkinBottom );
skin->SetLocalItemDefL( bgItemDef1 );
CAknsItemDef* bgItemDef2 = AknsUtils::CreateBitmapItemDefL(KAknsIIDQsnBgAreaControl, _L("\\resource\\apps\\skin.mbm"), EMbmSkinBottom );
skin->SetLocalItemDefL( bgItemDef2 );
CAknsItemDef* bgItemDef3 = AknsUtils::CreateBitmapItemDefL(KAknsIIDQsnBgNavipaneSolid, _L("\\resource\\apps\\skin.mbm"), EMbmSkinBottom );
skin->SetLocalItemDefL( bgItemDef3 );
and it works, but I still didn't succeeded to change
the battery and the signal pane.
Regards,
Noam
I have the same problem. Is it possible at all to do this?