thanks for your reply!
do have you some points how i can accomplish that?
have i to design a total new skin, install that separately
and choose it than via the "extended skins api" for the...
Type: Posts; User: ht2; Keyword(s):
thanks for your reply!
do have you some points how i can accomplish that?
have i to design a total new skin, install that separately
and choose it than via the "extended skins api" for the...
hello,
i can obtain the default skin/theme color via
TRgb color(0,0,0);
AknsUtils::GetCachedColor(skin, color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG6 );
is there any way to alter...
ok, found it myself.
only call both SetLocalItemDefL and they will be both somehow chached, but why does it work's on n6110 and not on a e61???
hi,
i can change the skin for the mainpanearea
(in AppUi:ConstructL)
via :
// change skin of mainpanearea
MAknsSkinInstance* skin = AknsUtils::SkinInstance();
CAknsItemDef *itemdef =...