emailuis/emailui/inc/FreestyleEmailUiLayoutData.h
branchRCL_3
changeset 16 b5fbb9b25d57
parent 1 12c456ceeff2
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
   339 // Maximum number of contacts included in the Predictive contact search popup.
   339 // Maximum number of contacts included in the Predictive contact search popup.
   340 // Number is limited to enhance performance in case of large contact DB.
   340 // Number is limited to enhance performance in case of large contact DB.
   341 static const TInt KMaxPcsMatches = 50;
   341 static const TInt KMaxPcsMatches = 50;
   342 
   342 
   343 // Predictive contact search popup colors
   343 // Predictive contact search popup colors
   344 static const TRgb KPcsPopupHighlightColor( 0,200,200 );
   344 const TInt KPcsPopupDimmedFontTransparency  = 100;
   345 static const TRgb KPcsPopupDimmedFontColor( 192,192,192 );
       
   346 
   345 
   347 //Icon sizes
   346 //Icon sizes
   348 static const TInt KListTextureNodeExpandedSize = 14;
   347 static const TInt KListTextureNodeExpandedSize = 14;
   349 static const TInt KSearchLookingGlassIconSize = 20;
   348 static const TInt KSearchLookingGlassIconSize = 20;
   350 static const TInt KListControlBarMailboxDefaultIconSize = 19;
   349 static const TInt KListControlBarMailboxDefaultIconSize = 19;