uifw/AvKon/src/Aknslider.cpp
branchRCL_3
changeset 17 a1caeb42b3a3
parent 13 a8834a2e9a96
child 19 aecbbf00d063
equal deleted inserted replaced
15:c52421ed5f07 17:a1caeb42b3a3
  4188     TRgb color;
  4188     TRgb color;
  4189     TInt error;
  4189     TInt error;
  4190     if ( Layout() != EAknSettingsItemSliderLayout &&
  4190     if ( Layout() != EAknSettingsItemSliderLayout &&
  4191          Layout() != EAknSettingsItemSliderLayoutWithGraphics  &&
  4191          Layout() != EAknSettingsItemSliderLayoutWithGraphics  &&
  4192          Layout() != EAknSliderLayoutVertical &&
  4192          Layout() != EAknSliderLayoutVertical &&
  4193          Layout() != EAknSliderLayoutHorizontal ) 
  4193          Layout() != EAknSliderLayoutHorizontal &&
       
  4194          Layout() != EAknMIDPFormSliderLayout ) 
  4194         {
  4195         {
  4195         error = AknsUtils::GetCachedColor( skin, color,
  4196         error = AknsUtils::GetCachedColor( skin, color,
  4196                     KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG8 );
  4197                     KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG8 );
  4197         }
  4198         }
  4198     else
  4199     else